LocalizableTypeConverter.GetProperties メソッド

定義

オーバーロード

名前 説明
GetProperties(PropertyInfo[])

渡されたプロパティを記述する PropertyDescriptors のコレクションを取得します。 ResourceManager は、プロパティの一覧の最初のプロパティの宣言型から取得されます。

GetProperties(ITypeDescriptorContext, Object, Attribute[])

入力オブジェクトのプロパティを記述する PropertyDescriptors のコレクションを取得します。

GetProperties(PropertyInfo[])

渡されたプロパティを記述する PropertyDescriptors のコレクションを取得します。 ResourceManager は、プロパティの一覧の最初のプロパティの宣言型から取得されます。

public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Reflection.PropertyInfo[] properties);
override this.GetProperties : System.Reflection.PropertyInfo[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (properties As PropertyInfo()) As PropertyDescriptorCollection

パラメーター

properties
PropertyInfo[]

返品

適用対象

GetProperties(ITypeDescriptorContext, Object, Attribute[])

入力オブジェクトのプロパティを記述する PropertyDescriptors のコレクションを取得します。

public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] filter);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, filter As Attribute()) As PropertyDescriptorCollection

パラメーター

context
ITypeDescriptorContext

未使用、オブジェクトのコンテキスト

value
Object

プロパティが記述されているオブジェクト

filter
Attribute[]

未使用、プロパティをフィルター処理する属性。

返品

PropertyDescriptors のコレクション

適用対象