SmsSiteConnectionNode.ShowDialogResource Method
Displays the specified dialog box to the user.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
'Usage
Dim instance As SmsSiteConnectionNode
Dim configMgrActionDescription As ActionDescription
Dim selectedResultObject As IResultObject
Dim selectionSharedData As SharedData
Dim showDialog As Boolean
Dim dataUpdatedDelegate As PropertyDataUpdated
instance.ShowDialogResource(configMgrActionDescription, selectedResultObject, selectionSharedData, showDialog, dataUpdatedDelegate)
'Declaration
Public Sub ShowDialogResource ( _
configMgrActionDescription As ActionDescription, _
selectedResultObject As IResultObject, _
selectionSharedData As SharedData, _
showDialog As Boolean, _
dataUpdatedDelegate As PropertyDataUpdated _
)
public void ShowDialogResource (
ActionDescription configMgrActionDescription,
IResultObject selectedResultObject,
SharedData selectionSharedData,
bool showDialog,
PropertyDataUpdated dataUpdatedDelegate
)
public:
void ShowDialogResource (
ActionDescription^ configMgrActionDescription,
IResultObject^ selectedResultObject,
SharedData^ selectionSharedData,
bool showDialog,
PropertyDataUpdated^ dataUpdatedDelegate
)
public void ShowDialogResource (
ActionDescription configMgrActionDescription,
IResultObject selectedResultObject,
SharedData selectionSharedData,
boolean showDialog,
PropertyDataUpdated dataUpdatedDelegate
)
public function ShowDialogResource (
configMgrActionDescription : ActionDescription,
selectedResultObject : IResultObject,
selectionSharedData : SharedData,
showDialog : boolean,
dataUpdatedDelegate : PropertyDataUpdated
)
- configMgrActionDescription
[in] ActionDescription object.
- selectedResultObject
[in] IResultObject interface for getting and setting result object properties.
- selectionSharedData
[in] Microsoft.ManagementConsole.SharedData object.
- showDialog
[in] true to display the dialog.
- dataUpdatedDelegate
[in] PropertyDataUpdated delegate.
Exception type | Condition |
---|---|
ArgumentNullException | The configMgrActionDescription parameter cannot be null. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Server 2003, Windows Vista
Windows Server 2003,Windows Vista
SmsSiteConnectionNode Class
SmsSiteConnectionNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PropertyDataUpdated Delegate
ActionDescription
IResultObject