FastInfoset.NET Class Reference for .NET
WriteAttributesAsync Method (XmlFastInfosetWriter)






Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlWriter+d__7)>
<__DynamicallyInvokableAttribute()>
Public Function WriteAttributesAsync( _
   ByVal reader As System.Xml.XmlReader, _
   ByVal defattr As System.Boolean _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim reader As System.Xml.XmlReader
Dim defattr As System.Boolean
Dim value As System.Threading.Tasks.Task
 
value = instance.WriteAttributesAsync(reader, defattr)
[System.Diagnostics.DebuggerStepThrough()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlWriter+d__7)]
[__DynamicallyInvokable()]
public System.Threading.Tasks.Task WriteAttributesAsync( 
   System.Xml.XmlReader reader,
   System.bool defattr
)
public function WriteAttributesAsync( 
    reader: System.Xml.XmlReader;
    defattr: System.Boolean
): System.Threading.Tasks.Task; 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlWriter+d__7)
__DynamicallyInvokableAttribute()
public function WriteAttributesAsync( 
   reader : System.Xml.XmlReader,
   defattr : System.boolean
) : System.Threading.Tasks.Task;
[System.Diagnostics.DebuggerStepThrough()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlWriter+d__7)]
[__DynamicallyInvokable()]
public: System.Threading.Tasks.Task* WriteAttributesAsync( 
   System.Xml.XmlReader* reader,
   System.bool defattr
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlWriter+d__7)]
[__DynamicallyInvokable()]
public:
System.Threading.Tasks.Task^ WriteAttributesAsync( 
   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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members

Send Feedback