ProvideExtensibleUIContextRuleAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性は、UI コンテキスト ルールを登録します
public ref class ProvideExtensibleUIContextRuleAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideExtensibleUIContextRuleAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideExtensibleUIContextRuleAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideExtensibleUIContextRuleAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideExtensibleUIContextRuleAttribute
Inherits RegistrationAttribute
- 継承
- 属性
コンストラクター
ProvideExtensibleUIContextRuleAttribute(String, String, UInt32) |
他の拡張機能によって追加された用語のいずれかが true の場合にアクティブ化される、拡張可能なルール ベースの UI コンテキスト エントリを作成します。 エクステンダーは、同じ GUID を使用して、式が "*" に設定された新しい UI コンテキスト ルールを作成して、この属性によって作成されたルールを拡張します。 |
プロパティ
ContextGuid |
作成する UI コンテキストのコンテキスト Guid |
Delay |
UI コンテキストをアクティブ化する前に適用されるミリ秒の遅延 |
Name |
作成された UI コンテキストの診断名 |
TypeId |
RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。 (継承元 RegistrationAttribute) |
メソッド
GetPackageRegKeyPath(Guid) |
VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。 (継承元 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
指定されたコンテキストでこの属性を登録します。 コンテキストには、登録情報の配置先の場所が含まれます。 また、登録されている型やパス情報なども含まれます。 |
Unregister(RegistrationAttribute+RegistrationContext) |
この AutoLoad 仕様の登録を解除します。 |