LocalizablePropertyCategoryAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカライズされたカテゴリをプロパティに提供します。 このクラスは継承できません。
public ref class LocalizablePropertyCategoryAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute = class
inherit CategoryAttribute
Public NotInheritable Class LocalizablePropertyCategoryAttribute
Inherits CategoryAttribute
- 継承
-
LocalizablePropertyCategoryAttribute
- 属性
注釈
CategoryAttribute
は、System.Windows.Forms.PropertyGrid
モードに設定された Categorized
コントロールでプロパティまたはイベントを一覧表示するときに、プロパティまたはイベントを関連付けるカテゴリを示します。 詳細については、.NET Framework クラス ライブラリの「CategoryAttribute クラス」を参照してください。
コンストラクター
LocalizablePropertyCategoryAttribute(Type, String) |
指定した型とプロパティ名を使用して、LocalizablePropertyCategoryAttribute クラスの新しいインスタンスを初期化します。 |