Initializes a new instance of ScopeNodeRelativeItem. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

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

Visual Basic
Public Sub New ( _
		rootNode As SmsSiteConnectionNode, _
		consoleNodeDescription As RootNodeDescription, _
		hideExpandIcon As Boolean, _
		resultObject As ResultObjectBase, _
		displayName As String, _
		languageIndependentName As String _
)
C#
public ScopeNodeRelativeItem (
		SmsSiteConnectionNode rootNode,
		RootNodeDescription consoleNodeDescription,
		bool hideExpandIcon,
		ResultObjectBase resultObject,
		string displayName,
		string languageIndependentName
)
C++
public:
ScopeNodeRelativeItem (
		SmsSiteConnectionNode^ rootNode, 
		RootNodeDescription^ consoleNodeDescription, 
		bool hideExpandIcon, 
		ResultObjectBase^ resultObject, 
		String^ displayName, 
		String^ languageIndependentName
)
J#
public ScopeNodeRelativeItem (
		SmsSiteConnectionNode rootNode, 
		RootNodeDescription consoleNodeDescription, 
		boolean hideExpandIcon, 
		ResultObjectBase resultObject, 
		String displayName, 
		String languageIndependentName
)
JScript
public function ScopeNodeRelativeItem (
		rootNode : SmsSiteConnectionNode, 
		consoleNodeDescription : RootNodeDescription, 
		hideExpandIcon : boolean, 
		resultObject : ResultObjectBase, 
		displayName : String, 
		languageIndependentName : String
)

Parameters

rootNode

[in] SmsSiteConnectionNode object.

consoleNodeDescription

[in] RootNodeDescription object for the console node description.

hideExpandIcon

[in] true if the expansion icon is hidden.

resultObject

[in] ResultObjectBase object.

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