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.