DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents Metodo

Definizione

Restituisce gli eventi per questa istanza di un componente.

Overload

ICustomTypeDescriptor.GetEvents()

Restituisce gli eventi per questa istanza di un componente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce gli eventi per questa istanza di un componente usando come filtro la matrice di attributi specificata.

ICustomTypeDescriptor.GetEvents()

Origine:
DbConnectionStringBuilder.cs
Origine:
DbConnectionStringBuilder.cs
Origine:
DbConnectionStringBuilder.cs

Restituisce gli eventi per questa istanza di un componente.

C#
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();

Restituisce

Oggetto EventDescriptorCollection che rappresenta gli eventi per questa istanza del componente.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DbConnectionStringBuilder a un'interfaccia ICustomTypeDescriptor.

Per altre informazioni, vedere GetEvents.

Vedi anche

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

ICustomTypeDescriptor.GetEvents(Attribute[])

Origine:
DbConnectionStringBuilder.cs
Origine:
DbConnectionStringBuilder.cs
Origine:
DbConnectionStringBuilder.cs

Restituisce gli eventi per questa istanza di un componente usando come filtro la matrice di attributi specificata.

C#
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);

Parametri

attributes
Attribute[]

Matrice di tipo Attribute usata come filtro.

Restituisce

Oggetto EventDescriptorCollection che rappresenta gli eventi filtrati per questa istanza del componente.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DbConnectionStringBuilder a un'interfaccia ICustomTypeDescriptor.

Per altre informazioni, vedere GetEvents.

Vedi anche

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1