ActivityBindTypeConverter.GetProperties Yöntem

Tanım

Belirtilen bağlamı ve öznitelikleri kullanarak parametresi tarafından value belirtilen dizi türü için bir özellik koleksiyonu 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

Bir ITypeDescriptorContext biçim bağlamı sağlayan.

value
Object

Object Özelliklerin alındığı dizi türünü belirten bir.

attributes
Attribute[]

Filtre Attribute olarak kullanılan bir dizi.

Döndürülenler

Bu veri türü için kullanıma sunulan özelliklere sahip bir PropertyDescriptorCollection veya özellik yoksa null başvuru (Visual Basic'de Nothing).

Şunlara uygulanır