CommonLocalizedPropertyResourcesAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカライズされたプロパティ カテゴリ、名前、および説明文字列を含むリソースの名前
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)]
public class CommonLocalizedPropertyResourcesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)>]
type CommonLocalizedPropertyResourcesAttribute = class
inherit Attribute
Public Class CommonLocalizedPropertyResourcesAttribute
Inherits Attribute
- 継承
-
CommonLocalizedPropertyResourcesAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
コンストラクター |
| CommonLocalizedPropertyResourcesAttribute(String) |
コンストラクター |
| CommonLocalizedPropertyResourcesAttribute(Type) |
コンストラクター |
プロパティ
| 名前 | 説明 |
|---|---|
| ResourcesName |
ローカライズされたプロパティ カテゴリと名前文字列を含むリソースの名前 |
| UseDefaultKeys |
既定でキーを取得する必要がある場合、またはキーを属性として取得する必要がある場合は true を返します。 |