QuickOPC User's Guide and Reference
FromUAQualifiedNames Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePathElementCollection Class : FromUAQualifiedNames Method
Converts a sequence of target names, and specifying any hierarchical forward reference, to a browse path element collection.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ContractAnnotationAttribute("null => null; notnull => notnull")>
<ElementsNotNullAttribute()>
Public Shared Function FromUAQualifiedNames( _
   ByVal qualifiedNames As IEnumerable(Of UAQualifiedName) _
) As UABrowsePathElementCollection
'Usage
 
Dim qualifiedNames As IEnumerable(Of UAQualifiedName)
Dim value As UABrowsePathElementCollection
 
value = UABrowsePathElementCollection.FromUAQualifiedNames(qualifiedNames)
[CanBeNull()]
[ContractAnnotation("null => null; notnull => notnull")]
[ElementsNotNull()]
public static UABrowsePathElementCollection FromUAQualifiedNames( 
   IEnumerable<UAQualifiedName> qualifiedNames
)
[CanBeNull()]
[ContractAnnotation("null => null; notnull => notnull")]
[ElementsNotNull()]
public:
static UABrowsePathElementCollection^ FromUAQualifiedNames( 
   IEnumerable<UAQualifiedName^>^ qualifiedNames
) 

Parameters

qualifiedNames
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also