'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Overloads Public Operator Widening CType( _ ByVal browsePath As UABrowsePath _ ) As UANodeDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UANodeDescriptor operator implicit( UABrowsePath browsePath )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UANodeDescriptor^ ( UABrowsePath^ browsePath )
Parameters
- browsePath
- The browse path to be converted.
Return Value
For a non-null input, returns the node descriptor with the given browse path. Returns
null
if the input is null
.