Sdílet prostřednictvím


DataViewBrowseObject.GetEvents – metoda

Načte EventDescriptorCollection shromažďování událostí pro aktuální objekt Procházet.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
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

Vrácená hodnota

Typ: System.ComponentModel.EventDescriptorCollection
Vrátí EventDescriptorCollection procházení kolekce obsahující události pro aktuální objekt.

Implementuje

ICustomTypeDescriptor.GetEvents()

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataViewBrowseObject Třída

GetEvents – přetížení

Microsoft.VisualStudio.Data.Framework – obor názvů

GetEvents