Compartir a través de


AutomationBridgeService.ActionData Property

Gets or sets the data parameter of the currently executing DoAction.

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

Usage

'Usage
Dim instance As AutomationBridgeService
Dim value As Object

value = instance.ActionData

instance.ActionData = value

Syntax

'Declaration
Public Property ActionData As Object
public Object ActionData { get; set; }
public:
property Object^ ActionData {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Object get_ActionData ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ActionData (Object value)
DebuggerStepThroughAttribute 
public function get ActionData () : Object

DebuggerStepThroughAttribute 
public function set ActionData (value : Object)

Property Value

Type: Object

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

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

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