Share via


DdaAutomationAdapter.GetDdaParameters Method

Gets the DDA parameters. (string data, ref string controlName, ref string controlValue, ref string CustomData)

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 controlValue As String
Dim CustomData As String

DdaAutomationAdapter.GetDdaParameters(data, controlName, controlValue, CustomData)

Syntax

'Declaration
Protected Shared Sub GetDdaParameters ( _
    data As String, _
    ByRef controlName As String, _
    ByRef controlValue As String, _
    ByRef CustomData As String _
)
protected static void GetDdaParameters (
    string data,
    ref string controlName,
    ref string controlValue,
    ref string CustomData
)
protected:
static void GetDdaParameters (
    String^ data, 
    String^% controlName, 
    String^% controlValue, 
    String^% CustomData
)
protected static void GetDdaParameters (
    String data, 
    /** @ref */ String controlName, 
    /** @ref */ String controlValue, 
    /** @ref */ String CustomData
)

Parameters

  • data
    Specifies the data.
  • controlName
    Specifies the name of the control.
  • controlValue
    Specifies the value of the control.
  • CustomData
    Specifies the 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.