DdaAutomationAdapter.GetTriggerParameters Method
Gets the trigger parameters.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim data As String
Dim controlName As String
Dim eventName As String
Dim actionAppName As String
Dim actionName As String
Dim CustomData As String
DdaAutomationAdapter.GetTriggerParameters(data, controlName, eventName, actionAppName, actionName, CustomData)
Syntax
'Declaration
Protected Shared Sub GetTriggerParameters ( _
data As String, _
ByRef controlName As String, _
ByRef eventName As String, _
ByRef actionAppName As String, _
ByRef actionName As String, _
ByRef CustomData As String _
)
protected static void GetTriggerParameters (
string data,
ref string controlName,
ref string eventName,
ref string actionAppName,
ref string actionName,
ref string CustomData
)
protected:
static void GetTriggerParameters (
String^ data,
String^% controlName,
String^% eventName,
String^% actionAppName,
String^% actionName,
String^% CustomData
)
protected static void GetTriggerParameters (
String data,
/** @ref */ String controlName,
/** @ref */ String eventName,
/** @ref */ String actionAppName,
/** @ref */ String actionName,
/** @ref */ String CustomData
)
Parameters
- data
Specifies the data.
- controlName
Specifies the name of the control.
- eventName
Specifies the name of the event.
- actionAppName
Specifies the application name action.
- actionName
Specifies the action name.
- CustomData
Specifies custom data.
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
DdaAutomationAdapter Class
DdaAutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.