Aracılığıyla paylaş


ImageConverter.GetProperties Yöntem

Tanım

Bu tür için özellik kümesini alı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);
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

Ek bağlam sağlayabileceğiniz bir tür tanımlayıcısı.

value
Object

Özelliklerini almak için nesnenin değeri.

attributes
Attribute[]

Özellikleri açıklayan bir nesne dizisi Attribute .

Döndürülenler

Bu veri türü için kullanıma sunulacak özellikler kümesi. Hiçbir özelliğin kullanıma sunulmaması gerekiyorsa, bu işlevi döndürebilir null. Varsayılan uygulama her zaman döndürür null.

Açıklamalar

Varsayılan olarak, bir tür herhangi bir özellik döndürmez. Bu yöntemin kolay uygulanması, doğru veri türü için yöntemini çağırır GetProperties .

Şunlara uygulanır