| Visual Basic (Declaration) | |
|---|---|
<ObsoleteAttribute()> Public Overloads Sub WriteElementData( _ ByVal localName As String, _ ByVal ns As String, _ ByVal value As Boolean _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim localName As String Dim ns As String Dim value As Boolean instance.WriteElementData(localName, ns, value) | |
| JScript | |
|---|---|
ObsoleteAttribute() public function WriteElementData( localName : String, ns : String, value : boolean ); | |
| Managed Extensions for C++ | |
|---|---|
[ObsoleteAttribute()] public: void WriteElementData( string* localName, string* ns, bool value ) | |
| C++/CLI | |
|---|---|
[ObsoleteAttribute()] public: void WriteElementData( String^ localName, String^ ns, bool value ) | |
Parameters
- localName
- The local name of the element.
- ns
- The namespace URI of the element.
- value
- The value of the element.