UIADataDrivenAdapter.AutomationPropReturnTypes Property

Definition

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

protected:
 static property System::Collections::Generic::Dictionary<System::String ^, Type ^> ^ AutomationPropReturnTypes { System::Collections::Generic::Dictionary<System::String ^, Type ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Type ^> ^ value); };
protected static System.Collections.Generic.Dictionary<string,Type> AutomationPropReturnTypes { get; set; }
member this.AutomationPropReturnTypes : System.Collections.Generic.Dictionary<string, Type> with get, set
Protected Shared Property AutomationPropReturnTypes As Dictionary(Of String, Type)

Property Value

Applies to