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