SelectXmlInfo Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object returned by Select-Xml representing the result of a match.
public ref class SelectXmlInfo sealed
	public ref class SelectXmlInfo sealed
	class SelectXmlInfo sealed
	public sealed class SelectXmlInfo
	type SelectXmlInfo = class
	Public NotInheritable Class SelectXmlInfo
		- Inheritance
 - 
				SelectXmlInfo
 
Constructors
| SelectXmlInfo() | 
Properties
| Node | 
		 The XmlNode that matches search.  | 
        	
| Path | 
		 The FileName from which the match is found.  | 
        	
| Pattern | 
		 The pattern used to search.  | 
        	
Methods
| ToString() | 
		 Returns the string representation of this object. The format depends on whether a path has been set for this object or not.  |