* „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:
Developer01
2025-12-29 14:40:54 +01:00
parent 3cb223bccf
commit c2c7b61f12

View File

@@ -299,7 +299,8 @@ Public Class Windream
End If
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")
Return oType
Catch ex As Exception