次の方法で共有


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

ビットマップ リソース ID を取得します。

Formats

形式を取得します。

GroupId

グループ ID を取得します。

HelpKeyword

ヘルプ キーワード (keyword)を取得します。

Id

ID を取得します。

Index

インデックスを取得します。

Name

名前を取得します。

SupportedFrameworks

サポートされているフレームワークを取得します。

TargetedItemProvider

対象となる項目プロバイダーを取得します。

TipComponentType

チップ コンポーネントの種類を取得します。

TipDescription

ヒントの説明を取得します。

TipPublisher

ヒントの発行元を取得します。

TipTitle

ヒント のタイトルを取得します。

TipVersion

ヒントのバージョンを取得します。

TransparentColor

色を取得します。

TypeId

RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。

(継承元 RegistrationAttribute)
TypeName

型名を取得します。

UseProjectTargetFrameworkVersionInTooltip

ツールヒントでターゲット フレームワーク バージョンを使用するかどうかを決定します。

メソッド

GetPackageRegKeyPath(Guid)

VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。

(継承元 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

指定されたコンテキストでこの属性を登録します。

Unregister(RegistrationAttribute+RegistrationContext)

登録データを削除します。

適用対象