DisplayCategoryKeyAttribute.GetDefaultKey メソッド

定義

オーバーロード

名前 説明
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

返品

適用対象

GetDefaultKey(Type)

既定のリソース ファイルでローカライズされた種類のカテゴリを検索するために使用されるキー

public string GetDefaultKey(Type type);
abstract member GetDefaultKey : Type -> string
override this.GetDefaultKey : Type -> string
Public Function GetDefaultKey (type As Type) As String

パラメーター

type
Type

返品

適用対象