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.

XProcessingInstruction::NodeType Property

 

Gets the node type for this node.

Namespace:   System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

public:
property XmlNodeType NodeType {
	virtual XmlNodeType get() override;
}

Property Value

Type: System.Xml::XmlNodeType

The node type. For XProcessingInstruction objects, this value is ProcessingInstruction.

Because all classes that derive from XObject contain a NodeType property, you can write code that operates on collections of concrete subclass of XObject. Your code can then test for the node type of each node in the collection.

The following example creates a processing instruction, and then prints its node type.

No code example is currently available or this language may not be supported.

This example produces the following output:

ProcessingInstruction

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft