次の方法で共有


ProvideEditorUIContextAttribute クラス

定義

UIContext を特定のエディター ファクトリに関連付けます。 エディターは、UIContext がアクティブな場合にのみ作成できます。

public ref class ProvideEditorUIContextAttribute : Microsoft::VisualStudio::Shell::ProvideEditorAttributeBase
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public class ProvideEditorUIContextAttribute : Microsoft.VisualStudio.Shell.ProvideEditorAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideEditorUIContextAttribute = class
    inherit ProvideEditorAttributeBase
Public Class ProvideEditorUIContextAttribute
Inherits ProvideEditorAttributeBase
継承
属性

コンストラクター

ProvideEditorUIContextAttribute(Object, Object)

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

プロパティ

Factory

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

(継承元 ProvideEditorAttributeBase)
TypeId

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

(継承元 RegistrationAttribute)
UIContext

エディターに関連付ける UIContext

メソッド

GetPackageRegKeyPath(Guid)

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

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

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

このメソッドは、登録と登録解除の両方で呼び出されます。 違いは、登録解除では、適用された変更を元に戻すハイブを使用するだけであるという点です。

Unregister(RegistrationAttribute+RegistrationContext)

このエディターの登録を解除します。

適用対象