共用方式為


ProvideStaticToolboxItemAttribute 類別

定義

此屬性會宣告工具箱專案,此工具箱會從登錄讀取。 如需詳細資訊,請參閱 的 IVsToolboxItemProvider 批注。

public ref class ProvideStaticToolboxItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideStaticToolboxItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideStaticToolboxItemAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideStaticToolboxItemAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideStaticToolboxItemAttribute
Inherits RegistrationAttribute
繼承
ProvideStaticToolboxItemAttribute
屬性

建構函式

ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32)

使用指定的數據,初始化 的新實例 ProvideStaticToolboxItemAttribute

ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String)

使用多重目標元數據,初始化 的新實例 ProvideStaticToolboxItemAttribute

屬性

AssemblyName

取得元件名稱。

BitmapIndex

取得位圖索引。

BitmapResourceId

取得點陣圖資源標識碼。

Formats

取得格式。

GroupId

取得群組標識碼。

HelpKeyword

取得 help 關鍵詞。

Id

取得 ID。

Index

取得索引。

Name

取得名稱。

SupportedFrameworks

取得支持的架構。

TargetedItemProvider

取得目標專案提供者。

TipComponentType

取得小費元件類型。

TipDescription

取得小費描述。

TipPublisher

取得小費發行者。

TipTitle

取得小費標題。

TipVersion

取得小費版本。

TransparentColor

取得色彩。

TypeId

覆寫 TypeID 屬性,讓 RegistrationAttribute 衍生類別搭配 System.ComponentModel.TypeDescriptor.GetAttributes (...) 。衍生自這個屬性的屬性只有在需要對可套用至類別的實例有更好的控制權時,才必須覆寫此屬性。

(繼承來源 RegistrationAttribute)
TypeName

取得類型名稱。

UseProjectTargetFrameworkVersionInTooltip

判斷是否要在工具提示中使用目標 Framework 版本。

方法

GetPackageRegKeyPath(Guid)

取得相對於 VSPackage 之應用程式) 之登錄根目錄的登錄路徑 (。

(繼承來源 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

呼叫以註冊這個具有指定內容的屬性。

Unregister(RegistrationAttribute+RegistrationContext)

拿掉註冊數據。

適用於