DisplayDescriptionKeyAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカライズされた説明を検索するために使用されるキー
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Property)]
public class DisplayDescriptionKeyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Property)>]
type DisplayDescriptionKeyAttribute = class
inherit Attribute
Public Class DisplayDescriptionKeyAttribute
Inherits Attribute
- 継承
-
DisplayDescriptionKeyAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| DisplayDescriptionKeyAttribute(String) |
コンストラクター |
プロパティ
| 名前 | 説明 |
|---|---|
| Key |
ローカライズされたプロパティの説明を検索するために使用されるキー |
メソッド
| 名前 | 説明 |
|---|---|
| GetDefaultKey(FieldInfo) |
既定のリソース ファイルでローカライズされたプロパティ カテゴリを検索するために使用されるキー |
| GetDefaultKey(PropertyInfo) |
既定のリソース ファイルでローカライズされたプロパティ カテゴリを検索するために使用されるキー |
| GetDefaultKey(Type) |
既定のリソース ファイルでローカライズされたプロパティ カテゴリを検索するために使用されるキー |