Freigeben über


DataViewBrowseObject.GetEvents-Methode

EventDescriptorCollection Ruft eine Auflistung von Ereignissen für das aktuelle Suchobjekt ab.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Function GetEvents As EventDescriptorCollection
public EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents() sealed
abstract GetEvents : unit -> EventDescriptorCollection  
override GetEvents : unit -> EventDescriptorCollection
public final function GetEvents() : EventDescriptorCollection

Rückgabewert

Typ: EventDescriptorCollection
Gibt eine EventDescriptorCollection-Auflistung zurück, die die Ereignisse für das aktuelle Suchobjekt enthält.

Implementiert

ICustomTypeDescriptor.GetEvents

.NET Framework-Sicherheit

Siehe auch

Referenz

DataViewBrowseObject Klasse

GetEvents-Überladung

Microsoft.VisualStudio.Data.Framework-Namespace

GetEvents