'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal qualifiedNames As UAQualifiedNameCollection _ ) As UABrowsePathElementCollection
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UABrowsePathElementCollection operator implicit( UAQualifiedNameCollection qualifiedNames )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UABrowsePathElementCollection^ ( UAQualifiedNameCollection^ qualifiedNames )
Parameters
- qualifiedNames
- Contains a sequence of qualified names.
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).