Share via


UIADataDrivenAdapter.AutomationProperties Property

Gets or sets the automation properties.

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

Usage

'Usage
Dim value As Dictionary(Of String, AutomationProperty)

value = UIADataDrivenAdapter.AutomationProperties

UIADataDrivenAdapter.AutomationProperties = value

Syntax

'Declaration
Protected Shared Property AutomationProperties As Dictionary(Of String, AutomationProperty)
protected static Dictionary<string,AutomationProperty> AutomationProperties { get; set; }
protected:
static property Dictionary<String^, AutomationProperty^>^ AutomationProperties {
    Dictionary<String^, AutomationProperty^>^ get ();
    void set (Dictionary<String^, AutomationProperty^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected static Dictionary<String,AutomationProperty> get_AutomationProperties ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected static void set_AutomationProperties (Dictionary<String,AutomationProperty> value)
CompilerGeneratedAttribute 
protected static function get AutomationProperties () : Dictionary<String,AutomationProperty>

CompilerGeneratedAttribute 
protected static function set AutomationProperties (value : Dictionary<String,AutomationProperty>)

Property Value

Type: Dictionary

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

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

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