ActivityBindTypeConverter.GetProperties Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
A paraméter által megadott tömbtípus tulajdonságainak gyűjteményét adja vissza a value megadott környezet és attribútumok használatával.
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
Paraméterek
- context
- ITypeDescriptorContext
Ez ITypeDescriptorContext egy formátumkörnyezetet biztosít.
Válaszok
Egy PropertyDescriptorCollection az adattípushoz közzétett tulajdonságokkal, vagy null hivatkozással (Nothing Visual Basic), ha nincsenek tulajdonságok.