言語

CommonDisplayDescriptionKeyAttribute クラス

定義

ローカライズされた説明を検索するために使用されるキー

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Property)]
public class CommonDisplayDescriptionKeyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Property)>]
type CommonDisplayDescriptionKeyAttribute = class
    inherit Attribute
Public Class CommonDisplayDescriptionKeyAttribute
Inherits Attribute
継承
CommonDisplayDescriptionKeyAttribute
属性

コンストラクター

名前 説明
CommonDisplayDescriptionKeyAttribute(String)

コンストラクター

プロパティ

名前 説明
Key

ローカライズされたプロパティの説明を検索するために使用されるキー

メソッド

名前 説明
GetDefaultKey(FieldInfo)

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

GetDefaultKey(PropertyInfo)

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

GetDefaultKey(Type)

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

適用対象