PrimaryScopeNode Class
Exposes properties and data to a namespace extension.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.Advanced.PrimaryScopeNode
Syntax
public class PrimaryScopeNode
public ref class PrimaryScopeNode
type PrimaryScopeNode = class end
Public Class PrimaryScopeNode
Properties
Name | Description | |
---|---|---|
Children | Gets the collection of the child nodes that are owned by the extension. Nodes from the primary snap-in or other extensions are not included. |
|
NodeType | Gets the GUID that represents the node type used in the MMC extension model. |
|
SharedData | Gets the shared data for the scope node. Shared data is used to publish context to extension snap-ins. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Microsoft.ManagementConsole.Advanced Namespace
Return to top