'Declaration
<CanBeNullAttribute()> Public Shared Function FromUAQualifiedName( _ ByVal targetName As UAQualifiedName _ ) As UABrowsePathElement
'Usage
Dim targetName As UAQualifiedName Dim value As UABrowsePathElement value = UABrowsePathElement.FromUAQualifiedName(targetName)
[CanBeNull()] public static UABrowsePathElement FromUAQualifiedName( UAQualifiedName targetName )
[CanBeNull()] public: static UABrowsePathElement^ FromUAQualifiedName( UAQualifiedName^ targetName )
Parameters
- targetName
- The qualified name to be converted.
Return Value
For a non-null input, returns the browse element with the given qualified name, following any hierarchical reference. Returns
null
if the input is null
.