'Declaration
<CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal descriptorString As String _ ) As ObjectDescriptor
'Usage
[CanBeNull()] public ObjectDescriptor operator implicit( string descriptorString )
[CanBeNull()] public: operator ObjectDescriptor^ ( String^ descriptorString )
Parameters
- descriptorString
- Contains the descriptor string for the object.
Return Value
Returns the object descriptor created from the string.