LiquidTechnologies.XmlObjects Namespace / LxWriterSettings.NamespaceAliasSettings Class / Add Method
The namespace prefix being defined (null or "" for the default namespace).
The namespace uri to associate with the prefix

In This Topic
    Add Method
    In This Topic
    Adds an entry for the XML prefix prefix, indicating the namespaceUri it is associated with and how to register it.
    Syntax
    'Declaration
     
    
    Public 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
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also