'Declaration
Public Sub Combine( _ ByVal more As String, _ ByVal defaultNamespaceUriString As String _ )
'Usage
Dim instance As UABrowsePath Dim more As String Dim defaultNamespaceUriString As String instance.Combine(more, defaultNamespaceUriString)
public void Combine( string more, string defaultNamespaceUriString )
public: void Combine( String^ more, String^ defaultNamespaceUriString )
Parameters
- more
- The relative browse path string that the current browse path is to be combined with.
- defaultNamespaceUriString
- The namespace URI to be used with all elements that do not explicitly specify a namespace.