'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> <ElementsNotNullAttribute()> Public Operator Widening CType( _ ByVal qualifiedNames As UAQualifiedNameCollection _ ) As UABrowsePathElementCollection
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] [ElementsNotNull()] public UABrowsePathElementCollection operator implicit( UAQualifiedNameCollection qualifiedNames )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] [ElementsNotNull()] public: operator UABrowsePathElementCollection^ ( UAQualifiedNameCollection^ qualifiedNames )
Parameters
- qualifiedNames
- Contains a node element.
Return Value
When the input arguments is a null reference, returns a null reference. Otherwise, returns a UABrowsePathElementCollection converted from the input argument.