Nevron .NET Vision
Nevron.Xml Namespace / NXmlNodeWriter Class / WriteAttributes Method


In This Topic
    WriteAttributes Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overridable Sub WriteAttributes( _
       ByVal reader As System.Xml.XmlReader, _
       ByVal defattr As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NXmlNodeWriter
    Dim reader As System.Xml.XmlReader
    Dim defattr As System.Boolean
     
    instance.WriteAttributes(reader, defattr)
    [__DynamicallyInvokable()]
    public virtual void WriteAttributes( 
       System.Xml.XmlReader reader,
       System.bool defattr
    )

    Parameters

    reader
    defattr
    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