次の方法で共有


ProvideIncludeFolderAttribute クラス

定義

重要

この 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
属性

コンストラクター

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)

テキスト テンプレートインクルード フォルダーの登録を解除する

適用対象