共用方式為


ManagerTypeAttribute 類別

定義

上的 ITableControlEventProcessorProvider 屬性,用來限制 ITableControlEventProcessor 它會建立至透過 ITableManagerIdentifier 符合此屬性的專案所提供之事件。

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

取得管理員標識碼。

適用於