UIADataDrivenAdapter.AutomationEventList Property
Gets or sets the events and its EventsArgs which will be used in Register/UnRegister classification.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim value As Dictionary(Of String, AutomationEventArgsMapping)
value = UIADataDrivenAdapter.AutomationEventList
UIADataDrivenAdapter.AutomationEventList = value
Syntax
'Declaration
Protected Shared Property AutomationEventList As Dictionary(Of String, AutomationEventArgsMapping)
protected static Dictionary<string,AutomationEventArgsMapping> AutomationEventList { get; set; }
protected:
static property Dictionary<String^, AutomationEventArgsMapping^>^ AutomationEventList {
Dictionary<String^, AutomationEventArgsMapping^>^ get ();
void set (Dictionary<String^, AutomationEventArgsMapping^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected static Dictionary<String,AutomationEventArgsMapping> get_AutomationEventList ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected static void set_AutomationEventList (Dictionary<String,AutomationEventArgsMapping> value)
CompilerGeneratedAttribute
protected static function get AutomationEventList () : Dictionary<String,AutomationEventArgsMapping>
CompilerGeneratedAttribute
protected static function set AutomationEventList (value : Dictionary<String,AutomationEventArgsMapping>)
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.