ScopeNodeBase Constructor (Guid, Boolean)
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
'Usage
Dim nodeType As Guid
Dim hideExpandIcon As Boolean
Dim instance As New ScopeNodeBase(nodeType, hideExpandIcon)
Syntax
'Declaration
Public Sub New ( _
nodeType As Guid, _
hideExpandIcon As Boolean _
)
public ScopeNodeBase (
Guid nodeType,
bool hideExpandIcon
)
public:
ScopeNodeBase (
Guid nodeType,
bool hideExpandIcon
)
public ScopeNodeBase (
Guid nodeType,
boolean hideExpandIcon
)
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
Reference
ScopeNodeBase Class
ScopeNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace