Udostępnij za pośrednictwem


WinDataDrivenAdapter.FindAccEventsWindow Method

Finds the window to listen to the accessibility events.

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

Usage

'Usage
Dim throwExceptionIfNotFound As Boolean
Dim returnValue As IntPtr

returnValue = Me.FindAccEventsWindow(throwExceptionIfNotFound)

Syntax

'Declaration
Protected Function FindAccEventsWindow ( _
    throwExceptionIfNotFound As Boolean _
) As IntPtr
protected IntPtr FindAccEventsWindow (
    bool throwExceptionIfNotFound
)
protected:
IntPtr FindAccEventsWindow (
    bool throwExceptionIfNotFound
)
protected IntPtr FindAccEventsWindow (
    boolean throwExceptionIfNotFound
)
protected function FindAccEventsWindow (
    throwExceptionIfNotFound : boolean
) : IntPtr

Parameters

  • throwExceptionIfNotFound
    Contains a Boolean value that, when true, throws DataDrivenAdapterException if the window isn’t found.

Return Value

Pointer to the window.

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

WinDataDrivenAdapter Class
WinDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.