'Declaration<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> ReadOnly Property NodeElements As Object()
'UsageDim instance As _DAItemDialog Dim value() As Object value = instance.NodeElements
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] object[] NodeElements {get;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] property array<Object^>^ NodeElements { array<Object^>^ get(); }
Property Value
The value of this property cannot be null (Nothing in Visual Basic).
The individual elements of the property value cannot be null (Nothing in Visual Basic).