LocalizedPropertyResourcesAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカライズされたプロパティ カテゴリ、名前、および説明文字列を含むリソースの名前
[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 を返します。 |