'Declaration
Public Overloads Shared Function FindStandardName( _ ByVal qualifiedName As UAQualifiedName, _ ByRef standardName As String _ ) As Boolean
'Usage
Dim qualifiedName As UAQualifiedName Dim standardName As String Dim value As Boolean value = UAUtilities.FindStandardName(qualifiedName, standardName)
public static bool FindStandardName( UAQualifiedName qualifiedName, out string standardName )
public: static bool FindStandardName( UAQualifiedName^ qualifiedName, [Out] String^ standardName )
Parameters
- qualifiedName
- The qualified name for which the standard name should be found.
- standardName
- The standard name that corresponds to the given qualified name.
Return Value
Returns
true
if the standard name has been found; otherwise, returns false
.