CommonDisplayDescriptionKeyAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカライズされた説明を検索するために使用されるキー
[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) |
既定のリソース ファイルでローカライズされたプロパティ カテゴリを検索するために使用されるキー |