ProvideUIContextRuleAttribute クラス

定義

この属性は、UI コンテキスト ルールを登録します

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

コンストラクター

ProvideUIContextRuleAttribute(String, String, String, String[], String[], UInt32)

式が true に評価されたときにアクティブ化されるルール ベースの UI コンテキスト エントリを作成します

プロパティ

ContextGuid

作成する UI コンテキストのコンテキスト Guid

Delay

UI コンテキストをアクティブ化する前に適用されるミリ秒の遅延

Expression

UI コンテキストの状態を決定するために評価される式

Name

作成された UI コンテキストの診断名

TermNames

式で使用される用語名の一覧

TermValues

式で使用される用語の値

TypeId

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

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

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

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

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

Unregister(RegistrationAttribute+RegistrationContext)

この AutoLoad 仕様の登録を解除します。

適用対象