LocalizablePropertyDescriptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティ グリッドのプロパティに対してローカライズされたプロパティの説明を提供します。 このクラスは継承できません。
public ref class LocalizablePropertyDescriptionAttribute sealed : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyDescriptionAttribute = class
inherit DescriptionAttribute
Public NotInheritable Class LocalizablePropertyDescriptionAttribute
Inherits DescriptionAttribute
- 継承
-
LocalizablePropertyDescriptionAttribute
- 属性
コンストラクター
LocalizablePropertyDescriptionAttribute(Type, String) |
指定した型とプロパティ名を使用して、LocalizablePropertyDescriptionAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
Description |
プロパティに関連付けられた説明を取得します。 |
メソッド
GetLocalizedValue() |
のローカライズされた値を含む文字列を取得します LocalizablePropertyDescriptionAttribute。 |