FastInfoset.NET Class Reference for .NET
WriteAttributes Method (VocabularyWriter)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overridable Sub WriteAttributes( _
   ByVal reader As System.Xml.XmlReader, _
   ByVal defattr As System.Boolean _
) 
'Usage
 
Dim instance As VocabularyWriter
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
)
public procedure WriteAttributes( 
    reader: System.Xml.XmlReader;
    defattr: System.Boolean
); virtual; 
__DynamicallyInvokableAttribute()
public function WriteAttributes( 
   reader : System.Xml.XmlReader,
   defattr : System.boolean
);
[__DynamicallyInvokable()]
public: virtual void WriteAttributes( 
   System.Xml.XmlReader* reader,
   System.bool 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

Reference

VocabularyWriter Class
VocabularyWriter Members

Send Feedback