LocalizedPropertyResourcesAttribute クラス

定義

ローカライズされたプロパティ カテゴリ、名前、および説明文字列を含むリソースの名前

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

コンストラクター

名前 説明
LocalizedPropertyResourcesAttribute(String, Boolean)

コンストラクター

LocalizedPropertyResourcesAttribute(String)

コンストラクター

LocalizedPropertyResourcesAttribute(Type)

コンストラクター

プロパティ

名前 説明
ResourcesName

ローカライズされたプロパティ カテゴリと名前文字列を含むリソースの名前

UseDefaultKeys

既定でキーを取得する必要がある場合、またはキーを属性として取得する必要がある場合は true を返します。

適用対象