共用方式為


WAProvideLanguagePropertyAttribute 類別

定義

這個類別可用於註冊專案的 Web 應用程式屬性

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

建構函式

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

初始化 WAProvideLanguagePropertyAttribute 的新實例。

WAProvideLanguagePropertyAttribute(Type, String, Int32)

初始化 WAProvideLanguagePropertyAttribute 的新實例。

WAProvideLanguagePropertyAttribute(Type, String, String)

初始化 WAProvideLanguagePropertyAttribute 的新實例。

WAProvideLanguagePropertyAttribute(Type, String, Type)

初始化 WAProvideLanguagePropertyAttribute 的新實例。

屬性

LanguageTemplateFactoryType

取得語言範本處理站的類型。

PropertyName

取得屬性的名稱。

PropertyValueInt

取得 屬性的整數值。

PropertyValueString

取得 屬性的字串值。

TypeId

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

(繼承來源 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

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

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

註冊語言屬性。

Unregister(RegistrationAttribute+RegistrationContext)

取消註冊語言屬性。

適用於