다음을 통해 공유


WebSiteProjectRelatedFilesAttribute 클래스

정의

이 특성을 사용하면 웹 사이트 프로젝트가 솔루션 탐색기의 다른 파일 형식(기본) 아래에 하나의 파일 형식(관련)을 중첩할 수 있습니다.

public ref class WebSiteProjectRelatedFilesAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class WebSiteProjectRelatedFilesAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class WebSiteProjectRelatedFilesAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type WebSiteProjectRelatedFilesAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class WebSiteProjectRelatedFilesAttribute
Inherits RegistrationAttribute
상속
WebSiteProjectRelatedFilesAttribute
특성

설명

예를 들어 다음 특성 정의 [WebSiteProjectRelatedFiles("aspx","py")]

는 다음 레지스트리 키를 추가합니다. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\(*version*)\Projects\ {E24C65DC-7377-472B-9ABA-BC803B73C61A}\RelatedFiles\.aspx\.py "Default"=""

생성자

WebSiteProjectRelatedFilesAttribute(String, String)

웹 사이트 프로젝트에 언어를 등록하는 새 WebSiteProjectAttribute 특성을 만듭니다.

속성

PrimaryFileExtension

파일을 중첩할 기본 파일 확장자를 가져옵니다.

RelatedFileExtension

기본 파일 확장자 아래에 중첩되는 관련 파일 확장자를 가져옵니다.

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

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

지정된 컨텍스트에 이 특성을 등록하기 위해 호출됩니다. 컨텍스트에는 등록 정보를 배치할 위치가 포함됩니다. 또한 등록되는 형식 및 경로 정보와 같은 다른 정보도 포함합니다.

Unregister(RegistrationAttribute+RegistrationContext)

이 관련 파일 확장자 등록 취소

적용 대상