다음을 통해 공유


WAProvideLanguagePropertyAttribute 클래스

정의

이 클래스는 프로젝트의 웹 애플리케이션 속성을 등록하는 데 사용할 수 있습니다.

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의 새 instance 초기화합니다.

WAProvideLanguagePropertyAttribute(Type, String, Int32)

WAProvideLanguagePropertyAttribute의 새 instance 초기화합니다.

WAProvideLanguagePropertyAttribute(Type, String, String)

WAProvideLanguagePropertyAttribute의 새 instance 초기화합니다.

WAProvideLanguagePropertyAttribute(Type, String, Type)

WAProvideLanguagePropertyAttribute의 새 instance 초기화합니다.

속성

LanguageTemplateFactoryType

언어 템플릿 팩터리의 형식을 가져옵니다.

PropertyName

속성 이름을 가져옵니다.

PropertyValueInt

속성의 정수 값을 가져옵니다.

PropertyValueString

속성의 문자열 값을 가져옵니다.

TypeId

RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)와 함께 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다.

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다.

(다음에서 상속됨 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

언어 속성을 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)

언어 속성을 등록 취소합니다.

적용 대상