RegisterProjectItemAttribute 클래스

정의

주의

RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.

RegisterProjectItemAttribute는 사용되지 않습니다. 대신 사용 ProvideProjectItemAttribute 하세요.

public ref class RegisterProjectItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class RegisterProjectItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")]
public sealed class RegisterProjectItemAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")>]
type RegisterProjectItemAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class RegisterProjectItemAttribute
Inherits RegistrationAttribute
상속
RegisterProjectItemAttribute
특성

생성자

RegisterProjectItemAttribute(Object, String, String, Int32)
사용되지 않음.

RegisterProjectItemAttribute의 새 인스턴스를 초기화합니다.

속성

ItemType
사용되지 않음.

항목 형식을 설명하는 문자열입니다. 이 문자열은 "새 항목 추가" 대화 상자의 왼쪽에 있는 폴더로 사용됩니다.

Priority
사용되지 않음.

이 형식의 정렬 우선 순위를 가져옵니다.

ProjectFactoryType
사용되지 않음.

프로젝트 팩터리 형식의 GUID를 가져옵니다.

TemplateDir
사용되지 않음.

이 프로젝트 형식의 템플릿을 찾을 디렉터리를 가져옵니다.

TypeId
사용되지 않음.

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)
사용되지 않음.

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

(다음에서 상속됨 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)
사용되지 않음.

이 항목 유형을 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)
사용되지 않음.

이 편집기를 등록 취소합니다.

적용 대상