﻿<?xml version="1.0" encoding="utf-8"?><Type Name="XProcessingInstruction" FullName="System.Xml.Linq.XProcessingInstruction"><TypeSignature Language="C#" Value="public class XProcessingInstruction : System.Xml.Linq.XNode" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XProcessingInstruction extends System.Xml.Linq.XNode" /><AssemblyInfo><AssemblyName>System.Xml.Linq</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Xml.Linq.XNode</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use processing instructions in XML to indicate that an XML document can be processed by some processor, such as XSLT. </para><para>Processing instructions are nodes in the XML tree. When a processing instruction is found in the XML being parsed, sqltecxlinq creates an <see cref="T:System.Xml.Linq.XProcessingInstruction" /> node. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an XML processing instruction. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XProcessingInstruction (System.Xml.Linq.XProcessingInstruction other);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Xml.Linq.XProcessingInstruction other) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="other" Type="System.Xml.Linq.XProcessingInstruction" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This constructor is primarily used internally to make a deep copy of an XML tree.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Xml.Linq.XProcessingInstruction" /> class. </para></summary><param name="other"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.Linq.XProcessingInstruction" /> node to copy from.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XProcessingInstruction (string target, string data);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string target, string data) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="target" Type="System.String" /><Parameter Name="data" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Xml.Linq.XProcessingInstruction" /> class. </para></summary><param name="target"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.String" /> containing the target application for this <see cref="T:System.Xml.Linq.XProcessingInstruction" />.</param><param name="data"><attribution license="cc4" from="Microsoft" modified="false" />The string data for this <see cref="T:System.Xml.Linq.XProcessingInstruction" />.</param></Docs></Member><Member MemberName="Data"><MemberSignature Language="C#" Value="public string Data { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string Data" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property to modify an XML tree. This property will cause events to occur.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the string value of this processing instruction.</para></summary></Docs></Member><Member MemberName="NodeType"><MemberSignature Language="C#" Value="public override System.Xml.XmlNodeType NodeType { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Xml.XmlNodeType NodeType" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.XmlNodeType</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Because all classes that derive from <see cref="T:System.Xml.Linq.XObject" /> contain a <see cref="P:System.Xml.Linq.XObject.NodeType" /> property, you can write code that operates on collections of concrete subclass of <see cref="T:System.Xml.Linq.XObject" />. Your code can then test for the node type of each node in the collection.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the node type for this node.</para></summary></Docs></Member><Member MemberName="Target"><MemberSignature Language="C#" Value="public string Target { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string Target" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a string containing the target application for this processing instruction.</para></summary></Docs></Member><Member MemberName="WriteTo"><MemberSignature Language="C#" Value="public override void WriteTo (System.Xml.XmlWriter writer);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void WriteTo(class System.Xml.XmlWriter writer) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="writer" Type="System.Xml.XmlWriter" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method is primarily used internally by the methods that write an XML tree to an <see cref="T:System.Xml.XmlWriter" />. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Writes this processing instruction to an <see cref="T:System.Xml.XmlWriter" />.</para></summary><param name="writer"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlWriter" /> to write this processing instruction to.</param></Docs></Member></Members></Type>