LocalizableTypeConverter.GetProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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 のコレクション