Partager via


JavaDataDrivenAdapter.FindAccObj Method (String, Int32, Boolean)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Finds the accessibility object using the control name.

Namespace:   Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly:  Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Syntax

protected IntPtr FindAccObj(
    string controlName,
    out int vmId,
    bool throwExceptionIfNotFound
)
Protected Function FindAccObj (
    controlName As String,
    <OutAttribute> ByRef vmId As Integer,
    throwExceptionIfNotFound As Boolean
) As IntPtr

Parameters

  • controlName
    Type: System.String

    Specifies the name of the control.

  • vmId
    Type: System.Int32

    Specifies the Java virtual machine Id.

  • throwExceptionIfNotFound
    Type: System.Boolean

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

Return Value

Type: System.IntPtr

Accessibility object for a Control

See Also

JavaDataDrivenAdapter Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Return to top

Unified Service Desk 2.0

© 2016 Microsoft. All rights reserved. Copyright