'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function FromUAQualifiedNameCollection( _ ByVal qualifiedNames As IEnumerable(Of UAQualifiedName) _ ) As UABrowsePathElementCollection
'Usage
Dim qualifiedNames As IEnumerable(Of UAQualifiedName) Dim value As UABrowsePathElementCollection value = UABrowsePathElementCollection.FromUAQualifiedNameCollection(qualifiedNames)
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public static UABrowsePathElementCollection FromUAQualifiedNameCollection( IEnumerable<UAQualifiedName> qualifiedNames )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: static UABrowsePathElementCollection^ FromUAQualifiedNameCollection( IEnumerable<UAQualifiedName^>^ qualifiedNames )
Parameters
- qualifiedNames
The value of this parameter can 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).