SelectXmlInfo Class

Definition

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.

Applies to