Compartir a través de


AutomationThreadParams.Element Property

Gets or sets the automation element.

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

Usage

'Usage
Dim instance As AutomationThreadParams
Dim value As AutomationElement

value = instance.Element

instance.Element = value

Syntax

'Declaration
Public Property Element As AutomationElement
public AutomationElement Element { get; set; }
public:
property AutomationElement^ Element {
    AutomationElement^ get ();
    void set (AutomationElement^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public AutomationElement get_Element ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Element (AutomationElement value)
CompilerGeneratedAttribute 
public function get Element () : AutomationElement

CompilerGeneratedAttribute 
public function set Element (value : AutomationElement)

Property Value

Type: AutomationElement

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

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

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