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フレームワーククラスライブラリの「CategoryAttribute Class」をご覧ください。
コンストラクター
| 名前 | 説明 |
|---|---|
| LocalizablePropertyCategoryAttribute(Type, String) |
指定された型とプロパティ名を使って LocalizablePropertyCategoryAttribute クラスの新しいインスタンスを初期化します。 |