共用方式為


SelectionRangeConverter.GetProperties 方法

定義

傳回 SelectionRange 類型的已篩選屬性集合。

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

參數

context
ITypeDescriptorContext

ITypeDescriptorContext,提供格式內容。

value
Object

Object,指定要取得屬性之陣列的型別。

attributes
Attribute[]

Attribute 類型陣列,可當做篩選條件使用。

傳回

PropertyDescriptorCollection

如果成功的話,則為應該要為 SelectionRange 型別公開的屬性集合,否則為 null

備註

這個方法的預設實作不會使用 contextvalue 參數,而是直接參考 TypeDescriptor 的呼叫。TypeDescriptor.GetProperties(Type, Attribute[]) 方法。

適用於

另請參閱