'Declaration
<JetBrains.Annotations.NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal propertyIds As DAPropertyIds _ ) As DAPropertyDescriptor
'Usage
[JetBrains.Annotations.NotNull()] public DAPropertyDescriptor operator implicit( DAPropertyIds propertyIds )
[JetBrains.Annotations.NotNull()] public: operator DAPropertyDescriptor^ ( DAPropertyIds propertyIds )
Parameters
- propertyIds
- Contains an enumerated OPC property identifier.
Return Value
Returns a DAPropertyDescriptor converted from the input argument.
This method never returns null
(Nothing
in Visual Basic).