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)
Writes out a processing instruction with a space between the name and text as follows: <?name text?>.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
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
Available since 4.5
Show: