DbDataRecord.ICustomTypeDescriptor.GetEvents Metodo

Definizione

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()

Source:
DbDataRecord.cs
Source:
DbDataRecord.cs
Source:
DbDataRecord.cs

Restituisce gli eventi per questa istanza di un componente.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Restituisce

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

Implementazioni

Commenti

Per altre informazioni, vedere GetEvents.

Vedi anche

Si applica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Source:
DbDataRecord.cs
Source:
DbDataRecord.cs
Source:
DbDataRecord.cs

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

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

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

Per altre informazioni, vedere GetEvents.

Vedi anche

Si applica a