FastInfoset.NET Class Reference for Mono
WriteProcessingInstruction Method (XmlFastInfosetWriter)






The name of the processing instruction.

The text to include in the processing instruction.

Writes out a processing instruction.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub WriteProcessingInstruction( _
   ByVal name As System.String, _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim name As System.String
Dim text As System.String
 
instance.WriteProcessingInstruction(name, text)
public override void WriteProcessingInstruction( 
   System.string name,
   System.string text
)
public procedure WriteProcessingInstruction( 
    name: System.String;
    text: System.String
); override; 
public override function WriteProcessingInstruction( 
   name : System.String,
   text : System.String
);
public: void WriteProcessingInstruction( 
   System.string* name,
   System.string* text
) override 
public:
void WriteProcessingInstruction( 
   System.String^ name,
   System.String^ text
) override 

Parameters

name
The name of the processing instruction.
text

The text to include in the processing instruction.

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
Base Implementation in WriteProcessingInstruction

Send Feedback