다음을 통해 공유


ProvideProjectItemAttribute 클래스

정의

이 특성은 지정된 프로젝트 형식에 대한 새 항목 추가 대화 상자에 포함할 항목을 등록합니다. VSPackage에 배치됩니다.

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

생성자

ProvideProjectItemAttribute(Object, String, String, Int32)

항목에 대한 의 새 instance ProvideProjectItemAttribute 초기화합니다.

속성

ItemType

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

Priority

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

ProjectFactoryType

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

TemplateDir

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

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

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

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

Unregister(RegistrationAttribute+RegistrationContext)

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

적용 대상