ManagerTypeAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute on an ITableControlEventProcessorProvider to restrict the ITableControlEventProcessor it creates to events on entries provided through an ITableManager whose Identifier matches this attribute.
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
- Inheritance
- Inheritance
-
ManagerTypeAttribute
- Attributes
Remarks
The ITableControlEventProcessorProvider can have multiple ManagerType attributes.
Constructors
ManagerTypeAttribute(String) |
Creates a new instance of the ManagerTypeAttribute. |
Properties
ManagerIdentifiers |
Gets the manager identifiers. |