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 | |
---|---|---|
ResultNode() | Initializes a new instance of the ResultNode class. |
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name for the node. (Inherited from Node.) |
|
Id | Gets the internally generated integer that uniquely identifies the Node instance at runtime. (Inherited from Node.) |
|
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.) |
|
SnapIn | Gets the instance of the snap-in that is associated with the node. (Inherited from Node.) |
|
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.) |
|
Tag | Gets or sets custom information that is associated with the node. (Inherited from Node.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SendSelectionRequest(Boolean) | Places a request to select or de-select this result node in the list view. |
|
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