共用方式為


WAProvideProjectFactoryTemplateMappingAttribute 類別

定義

這個屬性可用來宣告支援 Web 應用程式專案的新項目系統,並定義實際項目系統與 『fake』 之間的對應,該系統只會定義為將某些 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

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

(繼承來源 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

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

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

在指定的內容中註冊對應。

Unregister(RegistrationAttribute+RegistrationContext)

從指定的內容取消註冊對應。

適用於