FastInfoset.NET Class Reference for .NET
WriteProcessingInstruction Method (VocabularyWriter)






This method does not add anything to the vocabulary.
Syntax
'Declaration
 
Public Overrides Sub WriteProcessingInstruction( _
   ByVal name As System.String, _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As VocabularyWriter
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
text
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

VocabularyWriter Class
VocabularyWriter Members
Base Implementation in WriteProcessingInstruction

Send Feedback