ProvideEditorAttributeBase クラス

定義

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

コンストラクター

ProvideEditorAttributeBase(Object)

ProvideEditorAttributeBase のインスタンスを初期化します。

プロパティ

Factory

エディター ファクトリ GUID。

TypeId

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

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

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

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

regpkg.exe などの外部登録ツールによって呼び出されると、この VSPackage を特定のコンテキストに登録します。 詳細については、「VSPackage の登録」を参照してください。

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

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

(継承元 RegistrationAttribute)

適用対象