WebSiteProjectAttribute 类

定义

此属性将 ProjectSubType 添加到网站项目的 ProjectSubTypes 定义的现有列表

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

注解

例如:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\(*version*)\Projects\ {E24C65DC-7377-472B-9ABA-BC803B73C61A}\ProjectSubType (VsTemplate) \IronPython “Default”=“Iron Python” [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0Exp\NewProjectTemplates\TemplateDirs\{39c9c826-8ef8-4079-8c95-428f5b1c323f}\IronPython] @=“Iron Python” “NewProjectDialogExOnly”=dword:00000001 “SortPriority”=dword:0000012c “TemplatesDir”=“D:\\Program Files\\Microsoft Visual Studio 8\\Web\\\.\WebProjects\\IronPython” “DeveloperActivity”=“IronPython”

构造函数

WebSiteProjectAttribute(String, String)

创建新的 WebSiteProjectAttribute 属性以向网站项目注册语言

属性

LanguageID

获取从 vstemplate 引用的语言 ID

LanguageName

获取语言列表下“添加新网站”对话框中显示的“语言名称”

TypeId

重写 TypeID 属性,以便让 RegistrationAttribute 派生类与 System.ComponentModel.TypeDescriptor.GetAttributes 一起使用 (...) 。仅当派生自此属性的属性需要对可应用于类的实例使用更好的控件时,它才必须重写此属性。

(继承自 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

获取相对于 VSPackage 的应用程序) 注册表根目录 (注册表路径。

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

调用以便向给定的上下文注册此属性。 上下文包含应放置注册信息的位置。 它还包含其他信息,例如正在注册的类型和路径信息。

Unregister(RegistrationAttribute+RegistrationContext)

取消注册此语言 ID

适用于