ProvideIncludeFolderAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
T4 のレジストリ エントリを提供する属性クラス。VSHost インクルード フォルダー。
public ref class ProvideIncludeFolderAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideIncludeFolderAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.CLSCompliant(false)]
public sealed class ProvideIncludeFolderAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class ProvideIncludeFolderAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.CLSCompliant(false)>]
type ProvideIncludeFolderAttribute = class
inherit RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ProvideIncludeFolderAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideIncludeFolderAttribute
Inherits RegistrationAttribute
- 継承
- 属性
コンストラクター
ProvideIncludeFolderAttribute(String, Int32, String) |
コンストラクター |
フィールド
IncludeFoldersKeyName |
ディレクティブ プロセッサの特定のレジストリ キーの名前 |
TextTemplatingKeyName |
テキスト テンプレートのルート レジストリ キーの名前 |
プロパティ
Extension |
この包含フォルダーを適用するテンプレート ファイルの拡張子。 |
Folder |
登録されている包含フォルダーのパス。 このパスは、登録されているアセンブリのコンポーネント パスに対する相対パスです。 |
Index |
フォルダーの 0 から始まるインデックス |
TypeId |
RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。 (継承元 RegistrationAttribute) |
メソッド
GetPackageRegKeyPath(Guid) |
VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。 (継承元 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
テキスト テンプレートインクルード フォルダーを登録する |
Unregister(RegistrationAttribute+RegistrationContext) |
テキスト テンプレートインクルード フォルダーの登録を解除する |