ResultNode Class

 

Represents a node in the list view of a results pane.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.Node
    Microsoft.ManagementConsole.ResultNode

Syntax

public class ResultNode : Node
public ref class ResultNode : Node
type ResultNode = 
    class
        inherit Node
    end
Public Class ResultNode
    Inherits Node

Constructors

Name Description
System_CAPS_pubmethod ResultNode()

Initializes a new instance of the ResultNode class.

Properties

Name Description
System_CAPS_pubproperty DisplayName

Gets or sets the display name for the node. (Inherited from Node.)

System_CAPS_protproperty Id

Gets the internally generated integer that uniquely identifies the Node instance at runtime. (Inherited from Node.)

System_CAPS_pubproperty ImageIndex

Gets or sets the image index for the node. This is an index of the small and large images in the instance of the snap-in class that is related to the node. (Inherited from Node.)

System_CAPS_pubproperty SnapIn

Gets the instance of the snap-in that is associated with the node. (Inherited from Node.)

System_CAPS_pubproperty SubItemDisplayNames

Gets or sets the collection of sub-item display names for the node. This collection is used if the node appears in a list view. (Inherited from Node.)

System_CAPS_pubproperty Tag

Gets or sets custom information that is associated with the node. (Inherited from Node.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SendSelectionRequest(Boolean)

Places a request to select or de-select this result node in the list view.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

Unlike a scope node, a result node exposes its actions pane items, standard verbs, property sheets, and extension information through the SelectionData instance in the containing list view. A result node does not have children.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

ScopeNode
Microsoft.ManagementConsole Namespace

Return to top