Manages operations that are associated with the selection of items and updates selection data in the Microsoft Management Console, clipboard formats, and action menus. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim resultObjects As ResultObjectsManager
Dim formViewControl As SmsFormViewBase
Dim consoleParent As ConsoleParentNode

Me.SelectedIndexChanged(resultObjects, formViewControl, consoleParent)

Syntax

Visual Basic
Protected Sub SelectedIndexChanged ( _
		resultObjects As ResultObjectsManager, _
		formViewControl As SmsFormViewBase, _
		consoleParent As ConsoleParentNode _
)
C#
protected void SelectedIndexChanged (
		ResultObjectsManager resultObjects,
		SmsFormViewBase formViewControl,
		ConsoleParentNode consoleParent
)
C++
protected:
void SelectedIndexChanged (
		ResultObjectsManager^ resultObjects, 
		SmsFormViewBase^ formViewControl, 
		ConsoleParentNode^ consoleParent
)
J#
protected void SelectedIndexChanged (
		ResultObjectsManager resultObjects, 
		SmsFormViewBase formViewControl, 
		ConsoleParentNode consoleParent
)
JScript
protected function SelectedIndexChanged (
		resultObjects : ResultObjectsManager, 
		formViewControl : SmsFormViewBase, 
		consoleParent : ConsoleParentNode
)

Parameters

resultObjects

[in] ResultObjectsManager object.

formViewControl

[in] SmsFormViewBase object for the form view that supports the control.

consoleParent

[in] ConsoleParentNode object for the node that supports the form view.

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also