'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function Format( _ ByVal browsePathElement As IUABrowsePathElement, _ ByVal defaultNamespaceUriString As String _ ) As String
'Usage
Dim browsePathElement As IUABrowsePathElement Dim defaultNamespaceUriString As String Dim value As String value = IUABrowsePathElementExtension.Format(browsePathElement, defaultNamespaceUriString)
[Extension()] [NotNull()] public static string Format( IUABrowsePathElement browsePathElement, string defaultNamespaceUriString )
[Extension()] [NotNull()] public: static String^ Format( IUABrowsePathElement^ browsePathElement, String^ defaultNamespaceUriString )
Parameters
- browsePathElement
- The browse path element.
- defaultNamespaceUriString
- The default namespace URI string. When this parameters is not a
null
reference, the formatted string will not explicitly include the namespace specifier with the target name if it is equal to the default namespace.
Return Value
The formatted browse path element string.