ProvideStaticToolboxItemAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此屬性會宣告工具箱專案,此工具箱會從登錄讀取。 如需詳細資訊,請參閱 的 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
- 繼承
- 屬性
建構函式
屬性
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) |
拿掉註冊數據。 |