DdaAutomationAdapter.GetDdaParameters(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.