ScrollableControl.DockPaddingEdgesConverter.GetProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコンテキストと属性を使用して、値パラメーターで指定された配列の型のプロパティのコレクションを返します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
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
プロパティを取得する配列の型を指定するオブジェクト。
- attributes
- Attribute[]
フィルターとして使用される型属性の配列。
返品
ScrollableControlに対して公開されるプロパティを含むPropertyDescriptorCollection。