次の方法で共有


WAProvideProjectFactoryTemplateMappingAttribute クラス

定義

この属性は、Web アプリケーション プロジェクトをサポートする新しいプロジェクト システムを宣言し、実際のプロジェクト システムと、レジストリに WAP 固有のプロパティを格納するためにのみ定義されている "偽" のプロジェクト システムとの間のマッピングを定義するために使用されます。

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

コンストラクター

WAProvideProjectFactoryTemplateMappingAttribute(String, Type)

WAProvideProjectFactoryTemplateMappingAttribute の新しいインスタンスを初期化します。

プロパティ

FlavoredFactoryGuid

フレーバーファクトリの GUID を取得します。

LanguageTemplateFactoryType

言語テンプレート ファクトリの型を取得します。

TypeId

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

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

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

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

指定したコンテキストにマッピングを登録します。

Unregister(RegistrationAttribute+RegistrationContext)

指定したコンテキストからマッピングの登録を解除します。

適用対象