Sdílet prostřednictvím


DataConnectionProperties.ICustomTypeDescriptor.GetEvents – metoda (array<Attribute )

Načte události pro tuto instanci komponenty zadaný atribut pole jako filtr.

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

Syntaxe

'Deklarace
Private Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
    Attribute[] attributes
)
private:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
private override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
Jazyk JScript nepodporuje explicitní implementace rozhraní.

Parametry

Vrácená hodnota

Typ: System.ComponentModel.EventDescriptorCollection
Vrátí EventDescriptorCollection představující filtrované události instance součásti.

Implementuje

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Poznámky

Tato metoda poskytuje implementaci GetEvents metoda.Další informace naleznete GetEvents(System.Attribute[]) metodu knihovna tříd.

Pokud Attribute je určena v attributes array a události nemá instance třídy atributu, vrácená matice obsahuje události, pokud Attribute je výchozí událost.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataConnectionProperties Třída

GetEvents – přetížení

Microsoft.VisualStudio.Data – obor názvů