Initializes a new instance of ScopeNodeBase for the specified node type and icon information. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim nodeType As Guid
Dim hideExpandIcon As Boolean

Dim instance As New ScopeNodeBase(nodeType, hideExpandIcon)

Syntax

Visual Basic
Public Sub New ( _
		nodeType As Guid, _
		hideExpandIcon As Boolean _
)
C#
public ScopeNodeBase (
		Guid nodeType,
		bool hideExpandIcon
)
C++
public:
ScopeNodeBase (
		Guid nodeType, 
		bool hideExpandIcon
)
J#
public ScopeNodeBase (
		Guid nodeType, 
		boolean hideExpandIcon
)
JScript
public function ScopeNodeBase (
		nodeType : Guid, 
		hideExpandIcon : boolean
)

Parameters

nodeType

[in] GUID for the node.

hideExpandIcon

[in] true to hide the expansion icon for the node.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also