ProvideDirectiveProcessorAttribute クラス
テキスト テンプレート ディレクティブ プロセッサを定義するパッケージのパッケージ クラスににこの属性を適用する必要があります。
この API は、CLS に準拠していません。
継承階層
System.Object
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.TextTemplating.VSHost.ProvideDirectiveProcessorAttribute
名前空間: Microsoft.VisualStudio.TextTemplating.VSHost
アセンブリ: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProvideDirectiveProcessorAttribute _
Inherits RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public sealed class ProvideDirectiveProcessorAttribute : RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public ref class ProvideDirectiveProcessorAttribute sealed : public RegistrationAttribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)>]
[<CLSCompliantAttribute(false)>]
type ProvideDirectiveProcessorAttribute =
class
inherit RegistrationAttribute
end
public final class ProvideDirectiveProcessorAttribute extends RegistrationAttribute
ProvideDirectiveProcessorAttribute 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
ProvideDirectiveProcessorAttribute | テキスト テンプレート ディレクティブ プロセッサを定義するパッケージのパッケージ クラスににこの属性を適用する必要があります。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
Description | ユーザーが判読できるディレクティブ プロセッサの説明 | |
Name | ディレクティブ プロセッサの名前 | |
Type | ディレクティブ プロセッサを実装する型 | |
TypeId | (RegistrationAttribute から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Equals | インフラストラクチャ。 このインスタンスが、指定したオブジェクトに等しいかどうかを示す値を返します。 (Attribute から継承されます。) | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
GetHashCode | 対象のインスタンスのハッシュ コードを返します。 (Attribute から継承されます。) | |
GetPackageRegKeyPath | (RegistrationAttribute から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) | |
Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) | |
Register | ユーザーがディレクティブ プロセッサをインストールする際に呼び出されます。 (RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext) をオーバーライドします。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) | |
Unregister | ユーザーがディレクティブ プロセッサをアンインストールすると呼び出されます。 (RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext) をオーバーライドします。) |
このページのトップへ
フィールド
名前 | 説明 | |
---|---|---|
DirectiveProcessorsKeyName | ディレクティブ プロセッサの特定のレジストリ キーの名前 | |
TextTemplatingKeyName | テキスト テンプレートのルート レジストリ キーの名前 |
このページのトップへ
明示的インターフェイスの実装
名前 | 説明 | |
---|---|---|
_Attribute.GetIDsOfNames | 名前のセットを対応するディスパッチ識別子のセットにマッピングします。 (Attribute から継承されます。) | |
_Attribute.GetTypeInfo | オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。 (Attribute から継承されます。) | |
_Attribute.GetTypeInfoCount | オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。 (Attribute から継承されます。) | |
_Attribute.Invoke | オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。 (Attribute から継承されます。) |
このページのトップへ
解説
詳細については、「カスタム テキスト テンプレート ディレクティブ プロセッサの作成」を参照してください。
例
この属性は、ドメイン固有言語を作成するときに DslPackage コードで生成されます。 詳細については、「Visualization and Modeling SDK - ドメイン固有言語」を参照してください。
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。