Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the list of application events propagated. Intended for design-time use. Custom implementation isn’t required for run-time operation.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As WinDataDrivenAdapter
Dim returnValue As ReadOnlyCollection(Of String)
returnValue = instance.GetAvailableApplicationEvents
Syntax
'Declaration
Public Overrides Function GetAvailableApplicationEvents As ReadOnlyCollection(Of String)
public override ReadOnlyCollection<string> GetAvailableApplicationEvents ()
public:
virtual ReadOnlyCollection<String^>^ GetAvailableApplicationEvents () override
public ReadOnlyCollection<String> GetAvailableApplicationEvents ()
public override function GetAvailableApplicationEvents () : ReadOnlyCollection<String>
Return Value
Type: List
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
WinDataDrivenAdapter Class
WinDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.