'DeclarationPublic Sub Add( _ ByVal prefix As System.String, _ ByVal namespaceUri As System.String, _ Optional ByVal writeInRootElement As System.Boolean _ )
public void Add( System.string prefix, System.string namespaceUri, System.bool writeInRootElement )
Parameters
- prefix
- The namespace prefix being defined (null or "" for the default namespace).
- namespaceUri
- The namespace uri to associate with the prefix
- writeInRootElement