LocalizablePropertyDescriptionAttribute クラス

定義

プロパティ グリッドのプロパティに対してローカライズされたプロパティの説明を提供します。 このクラスは継承できません。

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

適用対象