Share via


JavaDataDrivenAdapter.FindAccObj(String, Int32, Boolean) Method

Definition

Finds the accessibility object using the control name.

protected:
 IntPtr FindAccObj(System::String ^ controlName, [Runtime::InteropServices::Out] int % vmId, bool throwExceptionIfNotFound);
protected IntPtr FindAccObj (string controlName, out int vmId, bool throwExceptionIfNotFound);
member this.FindAccObj : string * int * bool -> nativeint
Protected Function FindAccObj (controlName As String, ByRef vmId As Integer, throwExceptionIfNotFound As Boolean) As IntPtr

Parameters

controlName
String

Specifies the name of the control.

vmId
Int32

Specifies the Java virtual machine Id.

throwExceptionIfNotFound
Boolean

If TRUE, throws DataDrivenAdapterException if the control is not found.

Returns

IntPtr

nativeint

Accessibility object for a Control

Applies to