Share via


UIADataDrivenAdapter.AutomationPropReturnTypes Property

Gets or sets the automation property return types which will be used for conversion.

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

Usage

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

value = UIADataDrivenAdapter.AutomationPropReturnTypes

UIADataDrivenAdapter.AutomationPropReturnTypes = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected static void set_AutomationPropReturnTypes (Dictionary<String,Type> value)
CompilerGeneratedAttribute 
protected static function get AutomationPropReturnTypes () : Dictionary<String,Type>

CompilerGeneratedAttribute 
protected static function set AutomationPropReturnTypes (value : Dictionary<String,Type>)

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.