* „Linie 302: The identifier 'WMEntityAttribute' is not declared anywhere in the code or in any referenced library. A placeholder and a clear TODO comment are added to indicate that the correct value or constant for attribute entities in Windream must be defined or provided.“ in Datei „Windream\Windream.vb“
This commit is contained in:
@@ -299,7 +299,8 @@ Public Class Windream
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Try
|
Try
|
||||||
Dim oAttribute = Session.GetWMObjectByName(WMEntityAttribute, IndexName)
|
' TODO: WMEntityAttribute is not defined. Please define WMEntityAttribute or replace it with the correct constant or enum value representing an attribute entity in your Windream API.
|
||||||
|
Throw New NotImplementedException("WMEntityAttribute is not defined. Please define WMEntityAttribute or provide the correct value for attribute entity.")
|
||||||
Dim oType = oAttribute.GetVariableValue("dwAttrType")
|
Dim oType = oAttribute.GetVariableValue("dwAttrType")
|
||||||
Return oType
|
Return oType
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user