Sdílet prostřednictvím


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

Popis tohoto člena, viz GetEvents.

Obor názvů:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.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 atributů, které chcete použít jako filtr.To může být null .

Vrácená hodnota

Typ: System.ComponentModel.EventDescriptorCollection
Vrátí události pro tuto instanci komponenty.

Implementuje

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Poznámky

Tento člen je explicitní členské implementace rozhraní.Lze použít pouze tehdy, když ConnectionStringBuilder je přetypovat na ICustomTypeDescriptor rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AdoDotNetConnectionProperties Třída

GetEvents – přetížení

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