Udostępnij za pośrednictwem


AutomationAdapter.NotifyContextChange Method

Generates ContextChanged DDA event from NotifyContextChange AIF event.

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

Usage

'Usage
Dim instance As AutomationAdapter
Dim context As Context
Dim returnValue As Boolean

returnValue = instance.NotifyContextChange(context)

Syntax

'Declaration
Public Overrides Function NotifyContextChange ( _
    context As Context _
) As Boolean
public override bool NotifyContextChange (
    Context context
)
public:
virtual bool NotifyContextChange (
    Context^ context
) override
public boolean NotifyContextChange (
    Context context
)
public override function NotifyContextChange (
    context : Context
) : boolean

Parameters

  • context
    Specifies the context.

Return Value

Type: Boolean
True if the notification was successful, otherwise false.

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

AutomationAdapter Class
AutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace

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