LinkArea.LinkAreaConverter.GetProperties メソッド

定義

この型のプロパティ セットを取得します。

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

追加のコンテキストを提供するための型記述子。

value
Object

プロパティを取得する対象となるオブジェクトの値。

attributes
Attribute[]

プロパティを取得する対象となるオブジェクトの属性。

戻り値

このデータ型で公開する必要があるプロパティ セット。 プロパティを公開する必要がない場合は、null を返すことがあります。 既定の実装では、常に null を返します。

注釈

既定では、型はプロパティを返しません。 このメソッドの簡単な実装では、正しいデータ型を呼び出 GetProperties すだけで済みます。

適用対象