DataDrivenAdapterBase.ExecuteControlAction Method
Executes the designated action of the named control.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As DataDrivenAdapterBase
Dim controlName As String
Dim async As Boolean
Dim Data As String
instance.ExecuteControlAction(controlName, async, Data)
Syntax
'Declaration
Public Sub ExecuteControlAction ( _
controlName As String, _
async As Boolean, _
Data As String _
)
public void ExecuteControlAction (
string controlName,
bool async,
string Data
)
public:
void ExecuteControlAction (
String^ controlName,
bool async,
String^ Data
)
public void ExecuteControlAction (
String controlName,
boolean async,
String Data
)
public function ExecuteControlAction (
controlName : String,
async : boolean,
Data : String
)
Parameters
- controlName
Specifies the name of the control.
- async
Contains a Boolean value that specifies if the action is asynchronous.
- Data
Contains additional data for customizing the operation.
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
See Also
Reference
DataDrivenAdapterBase Class
DataDrivenAdapterBase Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.