DbDataRecord.ICustomTypeDescriptor.GetProperties Metodo

Definizione

Overload

ICustomTypeDescriptor.GetProperties()

Restituisce le proprietà per questa istanza di un componente.

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce le proprietà per questa istanza di un componente usando come filtro la matrice di attributi.

ICustomTypeDescriptor.GetProperties()

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

Restituisce le proprietà per questa istanza di un componente.

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

Restituisce

Oggetto PropertyDescriptorCollection che rappresenta le proprietà per questa istanza del componente.

Implementazioni

Commenti

Per altre informazioni, vedere GetProperties.

Vedi anche

Si applica a

ICustomTypeDescriptor.GetProperties(Attribute[])

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

Restituisce le proprietà per questa istanza di un componente usando come filtro la matrice di attributi.

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

Parametri

attributes
Attribute[]

Matrice di tipo Attribute usata come filtro.

Restituisce

Oggetto PropertyDescriptorCollection che rappresenta le proprietà filtrate per questa istanza del componente.

Implementazioni

Commenti

Per altre informazioni, vedere GetProperties.

Vedi anche

Si applica a