'Declaration
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)
void Combine( string more, string defaultNamespaceUriString )
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.