Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteProcessingInstruction(string,string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteProcessingInstruction Method



name
The name of the processing instruction.
text

The text to include in the processing instruction.

Writes out a processing instruction.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteProcessingInstruction( _
   ByVal name As String, _
   ByVal text As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim name As String
Dim text As String
 
instance.WriteProcessingInstruction(name, text)
C# 
public override void WriteProcessingInstruction( 
   string name,
   string text
)
C++/CLI 
public:
void WriteProcessingInstruction( 
   String^ name,
   String^ text
) override 

Parameters

name
The name of the processing instruction.
text

The text to include in the processing instruction.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter