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 。 |