ActivityBindTypeConverter.GetProperties Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
value
Belirtilen 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.
Döndürülenler
PropertyDescriptorCollectionBu veri türü için sunulan özelliklerle veya bir özellik yoksa boş bir başvuruya ( Nothing
Visual Basic) sahiptir.