Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DelegatingXmlDictionaryWriter::WriteProcessingInstruction Method (String^, String^)

.NET Framework (current version)
 
Use BaseTrue

Writes out a processing instruction with a space between the name and text as follows: <?name text?>.

Namespace:   System.IdentityModel
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
virtual void WriteProcessingInstruction(
	String^ name,
	String^ text
) override

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
Available since 4.5
Return to top
Show:
© 2017 Microsoft