ActivityBindTypeConverter.GetProperties Metodo

Definizione

Restituisce una raccolta di proprietà per il tipo di matrice specificato dal parametro value utilizzando il contesto e gli attributi specificati.

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

Parametri

context
ITypeDescriptorContext

Elemento ITypeDescriptorContext che fornisce un contesto del formato.

value
Object

Oggetto Object che specifica il tipo di matrice di cui ottenere le proprietà.

attributes
Attribute[]

Matrice di Attribute utilizzata come filtro.

Restituisce

Un oggetto PropertyDescriptorCollection con le proprietà esposte per questo tipo di dati o un riferimento null (Nothing in Visual Basic) in assenza di proprietà.

Si applica a