| Noemax.FastInfoset Namespace > VocabularyWriter Class : WriteAttributesAsync Method |
'Declaration <System.Diagnostics.DebuggerStepThroughAttribute()> <System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlWriter+d__7)> <__DynamicallyInvokableAttribute()> Public Overridable Function WriteAttributesAsync( _ ByVal reader As System.Xml.XmlReader, _ ByVal defattr As System.Boolean _ ) As System.Threading.Tasks.Task
'Usage Dim instance As VocabularyWriter 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 virtual 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; virtual;
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;
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