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
- attributes
Typ: array<System.Attribute[]
Pole typu Attribute používané jako filtr
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.