DdaAutomationAdapter.GetDdaParameters(String, String, String, String) Method

Definition

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

protected:
 static void GetDdaParameters(System::String ^ data, System::String ^ % controlName, System::String ^ % controlValue, System::String ^ % CustomData);
protected static void GetDdaParameters (string data, ref string controlName, ref string controlValue, ref string CustomData);
static member GetDdaParameters : string * string * string * string -> unit
Protected Shared Sub GetDdaParameters (data As String, ByRef controlName As String, ByRef controlValue As String, ByRef CustomData As String)

Parameters

data
String

Specifies the data.

controlName
String

Specifies the name of the control.

controlValue
String

Specifies the value of the control.

CustomData
String

Specifies the custom data.

Applies to