次の方法で共有


ExtensionPointRegistrationAttribute クラス

定義

派生クラスで指定された型の拡張ポイント プロバイダーを ExtensionProviderType として登録します。

public ref class ExtensionPointRegistrationAttribute abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
public abstract class ExtensionPointRegistrationAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ExtensionPointRegistrationAttribute = class
    inherit RegistrationAttribute
Public MustInherit Class ExtensionPointRegistrationAttribute
Inherits RegistrationAttribute
継承
ExtensionPointRegistrationAttribute
派生

コンストラクター

ExtensionPointRegistrationAttribute(Type, String)

パッケージに適用すると、指定した型の拡張ポイント プロバイダーとしてパッケージが登録されます。

プロパティ

ExtensionProvidersKey

拡張機能プロバイダーが宣言されているレジストリ内のパス。 派生クラスで オーバーライドします。

ExtensionProviderType

拡張機能プロバイダーの型 (実装されているインターフェイス)

Name

拡張ポイント プロバイダーの人間が判読できる名前 これは、ローカライズされていない文字列か、マネージド リソースを示す '@' でプレフィックスが付いた 10 進数リソース識別子のいずれかです。 たとえば、"@1234" '#' プレフィックスを使用して、ネイティブ リソースをヒントにすることができます。

Provider

プロバイダーの GUID

ProviderGuidString

文字列として表されるプロバイダーの GUID

ProviderType

このパッケージに関連付けられている拡張ポイントを実装する型

TypeId

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

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

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

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

指定されたコンテキストでこの属性を登録します。 コンテキストには、登録情報の配置先の場所が含まれます。 また、登録されている型やパス情報なども含まれます。

Unregister(RegistrationAttribute+RegistrationContext)

この拡張ポイント プロバイダーの仕様の登録を解除します。

適用対象