ActivityBindTypeConverter.GetProperties 方法

定義

回傳一組由參數指定的 value 陣列類型屬性,並依照指定的上下文與屬性。

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

參數

context
ITypeDescriptorContext

ITypeDescriptorContext那就提供了格式的背景。

value
Object

一個 Object 指定要取得屬性的陣列類型。

attributes
Attribute[]

一個 Attribute 用作濾波器的陣列。

傳回

,包含此資料型別所暴露的屬性,或若無屬性則為空參考()。

適用於