Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents
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 As EventDescriptorCollection
Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection
private override GetEvents : unit -> EventDescriptorCollection
JScript non supporta le implementazioni esplicite dell'interfaccia.
Valore restituito
Tipo: EventDescriptorCollection
Restituisce gli eventi per questa istanza di un componente.
Implementa
ICustomTypeDescriptor.GetEvents
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetConnectionProperties Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet