Writes out an attribute with the specified name, namespace URI, and boolean value.
[Visual Basic] Overloads Public Sub WriteElementBoolean( _ ByVal name As String, _ ByVal ns As String, _ ByVal value As Boolean _ ) [C#] public void WriteElementBoolean( string name, string ns, bool value ); [C++] public: void WriteElementBoolean( String* name, String* ns, bool value ); [JScript] public function WriteElementBoolean( name : String, ns : String, value : Boolean );
XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementBoolean Overload List