Nevron.Xml Namespace / NXmlNodeWriter Class / WriteElementString Method / WriteElementString(String,String,String) Method


In This Topic
    WriteElementString(String,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Sub WriteElementString( _
       ByVal localName As System.String, _
       ByVal ns As System.String, _
       ByVal value As System.String _
    ) 
    'Usage
     
    
    Dim instance As NXmlNodeWriter
    Dim localName As System.String
    Dim ns As System.String
    Dim value As System.String
     
    instance.WriteElementString(localName, ns, value)
    [__DynamicallyInvokable()]
    public void WriteElementString( 
       System.string localName,
       System.string ns,
       System.string value
    )

    Parameters

    localName
    ns
    value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also