PropertiesTab.GetProperties Metodo

Definizione

Ottiene le proprietà del componente specificato.

Overload

GetProperties(Object, Attribute[])

Ottiene le proprietà del componente specificato che corrispondono agli attributi specificati.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Ottiene le proprietà del componente specificato che corrispondono agli attributi e al contesto specificati.

GetProperties(Object, Attribute[])

Ottiene le proprietà del componente specificato che corrispondono agli attributi specificati.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection

Parametri

component
Object

Componente da cui recuperare le proprietà.

attributes
Attribute[]

Matrice di tipo Attribute che indica gli attributi delle proprietà da recuperare.

Restituisce

PropertyDescriptorCollection

Oggetto PropertyDescriptorCollection che contiene le proprietà.

Vedi anche

Si applica a

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Ottiene le proprietà del componente specificato che corrispondono agli attributi e al contesto specificati.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection

Parametri

context
ITypeDescriptorContext

ITypeDescriptorContext che indica il contesto da cui recuperare le proprietà.

component
Object

Componente da cui recuperare le proprietà.

attributes
Attribute[]

Matrice di tipo Attribute che indica gli attributi delle proprietà da recuperare.

Restituisce

PropertyDescriptorCollection

PropertyDescriptorCollection che contiene le proprietà corrispondenti al contesto e agli attributi specificati.

Vedi anche

Si applica a