Partager via


ManagerTypeAttribute Classe

Définition

Attribut sur un ITableControlEventProcessorProvider pour restreindre le ITableControlEventProcessor qu’il crée aux événements sur les entrées fournies par le biais d’un ITableManager dont Identifier correspond à cet attribut.

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
Héritage
Héritage
ManagerTypeAttribute
Attributs

Remarques

ITableControlEventProcessorProvider peut avoir plusieurs attributs ManagerType.

Constructeurs

ManagerTypeAttribute(String)

Crée une instance de l’attribut ManagerTypeAttribute.

Propriétés

ManagerIdentifiers

Obtient les identificateurs du gestionnaire.

S’applique à