ScopeNodeRelativeItem Constructor

Initializes a new instance of ScopeNodeRelativeItem.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim rootNode As SmsSiteConnectionNode
Dim consoleNodeDescription As RootNodeDescription
Dim hideExpandIcon As Boolean
Dim resultObject As ResultObjectBase
Dim displayName As String
Dim languageIndependentName As String

Dim instance As New ScopeNodeRelativeItem(rootNode, consoleNodeDescription, hideExpandIcon, resultObject, displayName, languageIndependentName)

Syntax

'Declaration
Public Sub New ( _
    rootNode As SmsSiteConnectionNode, _
    consoleNodeDescription As RootNodeDescription, _
    hideExpandIcon As Boolean, _
    resultObject As ResultObjectBase, _
    displayName As String, _
    languageIndependentName As String _
)
public ScopeNodeRelativeItem (
    SmsSiteConnectionNode rootNode,
    RootNodeDescription consoleNodeDescription,
    bool hideExpandIcon,
    ResultObjectBase resultObject,
    string displayName,
    string languageIndependentName
)
public:
ScopeNodeRelativeItem (
    SmsSiteConnectionNode^ rootNode, 
    RootNodeDescription^ consoleNodeDescription, 
    bool hideExpandIcon, 
    ResultObjectBase^ resultObject, 
    String^ displayName, 
    String^ languageIndependentName
)
public ScopeNodeRelativeItem (
    SmsSiteConnectionNode rootNode, 
    RootNodeDescription consoleNodeDescription, 
    boolean hideExpandIcon, 
    ResultObjectBase resultObject, 
    String displayName, 
    String languageIndependentName
)
public function ScopeNodeRelativeItem (
    rootNode : SmsSiteConnectionNode, 
    consoleNodeDescription : RootNodeDescription, 
    hideExpandIcon : boolean, 
    resultObject : ResultObjectBase, 
    displayName : String, 
    languageIndependentName : String
)

Parameters

  • hideExpandIcon
    [in] true if the expansion icon is hidden.
  • displayName
    [in] Display name for the scope node relative item.
  • languageIndependentName
    [in] Language-neutral name of the scope node relative item.

Exceptions

Exception type Condition
ArgumentNullException

The consoleNodeDescription parameter cannot be null.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ScopeNodeRelativeItem Class
ScopeNodeRelativeItem Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSiteConnectionNode
RootNodeDescription
ResultObjectBase