XdmType.ProcessingInstruction Method ()XdmType.ProcessingInstruction Method ()XdmType::ProcessingInstruction Method ()

Returns a reference to the type that matches all processing instructions.

Syntax

Public Shared Function ProcessingInstruction() As XdmType
public static XdmType ProcessingInstruction()
public:
static XdmType^ ProcessingInstruction()
 

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches all processing instructions.

Remarks

This is equivalent to the XPath 2.0 type processing-instruction().