Sdílet prostřednictvím


DataViewBrowseObject.GetEvents – metoda (array<Attribute )

Načte EventDescriptorCollection shromažďování událostí, které odpovídají určených atributů 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 Overridable Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection
public virtual EventDescriptorCollection GetEvents(
    Attribute[] attributes
)
public:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
)
abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
public function GetEvents(
    attributes : Attribute[]
) : EventDescriptorCollection

Parametry

Vrácená hodnota

Typ: System.ComponentModel.EventDescriptorCollection
Vrátí EventDescriptorCollection procházení kolekce obsahující události, které odpovídají určených atributů pro aktuální objekt.

Implementuje

ICustomTypeDescriptor.GetEvents(array<Attribute[])

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