DisplayCategoryKeyAttribute.GetDefaultKey メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetDefaultKey(FieldInfo) |
既定のリソース ファイルでローカライズされたフィールド カテゴリを検索するために使用されるキー |
| GetDefaultKey(PropertyInfo) |
既定のリソース ファイルでローカライズされたプロパティ カテゴリを検索するために使用されるキー |
| GetDefaultKey(Type) |
既定のリソース ファイルでローカライズされた種類のカテゴリを検索するために使用されるキー |
GetDefaultKey(FieldInfo)
既定のリソース ファイルでローカライズされたフィールド カテゴリを検索するために使用されるキー
public string GetDefaultKey(System.Reflection.FieldInfo field);
abstract member GetDefaultKey : System.Reflection.FieldInfo -> string
override this.GetDefaultKey : System.Reflection.FieldInfo -> string
Public Function GetDefaultKey (field As FieldInfo) As String
パラメーター
- field
- FieldInfo
返品
適用対象
GetDefaultKey(PropertyInfo)
既定のリソース ファイルでローカライズされたプロパティ カテゴリを検索するために使用されるキー
public string GetDefaultKey(System.Reflection.PropertyInfo property);
abstract member GetDefaultKey : System.Reflection.PropertyInfo -> string
override this.GetDefaultKey : System.Reflection.PropertyInfo -> string
Public Function GetDefaultKey (property As PropertyInfo) As String
パラメーター
- property
- PropertyInfo