次の方法で共有


ManagerTypeAttribute クラス

定義

この属性とITableControlEventProcessorProvider一致する を介してITableManagerIdentifier提供されるエントリのイベントに対して作成される ITableControlEventProcessor を制限するための の属性。

public ref class ManagerTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public ref class ManagerTypeAttribute sealed : Attribute
public ref class ManagerTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public sealed class ManagerTypeAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ManagerTypeAttribute : Attribute
type ManagerTypeAttribute = class
    inherit MultipleBaseMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ManagerTypeAttribute = class
    inherit Attribute
Public NotInheritable Class ManagerTypeAttribute
Inherits MultipleBaseMetadataAttribute
Public NotInheritable Class ManagerTypeAttribute
Inherits Attribute
継承
継承
ManagerTypeAttribute
属性

注釈

ITableControlEventProcessorProvider には、複数の ManagerType 属性を指定できます。

コンストラクター

ManagerTypeAttribute(String)

ManagerTypeAttribute の新しいインスタンスを作成します。

プロパティ

ManagerIdentifiers

マネージャー識別子を取得します。

適用対象