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
System_CAPS_pubproperty 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.

System_CAPS_pubproperty NodeType

Gets the GUID that represents the node type used in the MMC extension model.

System_CAPS_pubproperty SharedData

Gets the shared data for the scope node. Shared data is used to publish context to extension snap-ins.

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 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