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 配列。

戻り値

このデータ型に公開されているプロパティを持つ PropertyDescriptorCollection、またはプロパティがない場合は null 参照 (Visual Basic の場合は Nothing)。

適用対象