共用方式為


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 參考的語言識別碼

LanguageName

取得語言清單下 [新增網站] 對話框中顯示的 [語言名稱]

TypeId

覆寫 TypeID 屬性,讓 RegistrationAttribute 衍生類別使用 System.ComponentModel.TypeDescriptor.GetAttributes (...) 。衍生自這個屬性的屬性必須覆寫此屬性,只有在實例上需要更好的控件,才能套用至類別。

(繼承來源 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

取得相對於 VSPackage 應用程式) 之登錄根目錄的登錄路徑 (。

(繼承來源 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

呼叫以註冊這個具有指定內容的屬性。 內容,其中包含用來放置註冊資訊的位置。 它也包含其他資訊,例如所註冊的類型和路徑資訊。

Unregister(RegistrationAttribute+RegistrationContext)

取消註冊此語言標識碼

適用於