'Declaration<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function Format( _ ByVal browsePathElement As IUABrowsePathElement, _ ByVal defaultNamespaceUriString As String _ ) As String
'UsageDim 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 parameter is not a
nullreference, 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.