Condividi tramite


Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents (array<Attribute[])

Per una descrizione di questo membro, vedere GetEvents.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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
JScript non supporta le implementazioni esplicite dell'interfaccia.

Parametri

  • attributes
    Tipo: array<Attribute[]

    Matrice di attributi da utilizzare come filtro. Il valore può essere nullriferimento null (Nothing in Visual Basic).

Valore restituito

Tipo: EventDescriptorCollection
Restituisce gli eventi per questa istanza di un componente.

Implementa

ICustomTypeDescriptor.GetEvents(Attribute)

Note

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast della classe ConnectionStringBuilder su un'interfaccia ICustomTypeDescriptor.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Overload GetEvents

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet