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)

方法

GetPackageRegKeyPath(Guid)

获取与 VSPackage 的应用程序) 的注册表根相关的注册表路径 (。

(继承自 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

在指定的上下文中注册映射。

Unregister(RegistrationAttribute+RegistrationContext)

从指定的上下文中注销映射。

适用于