Aracılığıyla paylaş


ActivityBindTypeConverter.GetProperties Yöntem

Tanım

valueBelirtilen bağlamı ve öznitelikleri kullanarak parametre tarafından belirtilen dizi türünün özelliklerinin koleksiyonunu döndürür.

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

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContextBu, bir biçim bağlamı sağlar.

value
Object

ObjectÖzelliklerinin alınacağı dizinin türünü belirten bir.

attributes
Attribute[]

AttributeFiltre olarak kullanılan bir dizi.

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollectionBu veri türü için sunulan özelliklerle veya bir özellik yoksa boş bir başvuruya ( Nothing Visual Basic) sahiptir.

Şunlara uygulanır