次の方法で共有


LocalizablePropertyCategoryAttribute クラス

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Localization
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyCategoryAttribute _
    Inherits CategoryAttribute
'使用
Dim instance As LocalizablePropertyCategoryAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : CategoryAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyCategoryAttribute sealed : public CategoryAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute =  
    class
        inherit CategoryAttribute
    end
public final class LocalizablePropertyCategoryAttribute extends CategoryAttribute

説明

CategoryAttribute は、Categorized モードに設定された System.Windows.Forms.PropertyGrid コントロールでプロパティまたはイベントを一覧表示するときに、プロパティまたはイベントを関連付けるカテゴリを示します。詳細については、.NET Framework クラス ライブラリの「CategoryAttribute クラス」を参照してください。

継承階層

System. . :: . .Object
  System. . :: . .Attribute
    System.ComponentModel. . :: . .CategoryAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization..::..LocalizablePropertyCategoryAttribute

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。