WriteProcessingInstruction Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows.
Namespace: System.Ext.Xml
Assembly: MFDpwsExtensions (in MFDpwsExtensions.dll)
Syntax
'Declaration
Public Sub WriteProcessingInstruction ( _
name As String, _
text As String _
)
public void WriteProcessingInstruction(
string name,
string text
)
public:
void WriteProcessingInstruction(
String^ name,
String^ text
)
member WriteProcessingInstruction :
name:string *
text:string -> unit
public function WriteProcessingInstruction(
name : String,
text : String
)
Parameters
- name
Type: System. . :: . .String
The name of the processing instruction.
- text
Type: System. . :: . .String
The text to include in the processing instruction.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.