'Declaration
<CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal propertyElement As DAPropertyElement _ ) As DAPropertyDescriptor
'Usage
[CanBeNull()] public DAPropertyDescriptor operator implicit( DAPropertyElement propertyElement )
[CanBeNull()] public: operator DAPropertyDescriptor^ ( DAPropertyElement^ propertyElement )
Parameters
- propertyElement
- Contains OPC property element.
Return Value
Returns a DAPropertyDescriptor converted from the input argument.