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の局所値を含む文字列を取得します。

適用対象