ManagerTypeAttribute 类

定义

上的 ITableControlEventProcessorProvider 属性,用于将它创建的 ITableControlEventProcessor 限制为通过 ITableManager 匹配此属性的 Identifier 提供的条目上的事件。

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

获取管理器标识符。

适用于