다음을 통해 공유


RegisterLoadKeyAttribute 클래스

정의

주의

RegisterLoadKeyAttribute has been deprecated. Please use ProvideLoadKeyAttribute instead.

이 특성은 패키지에 대한 패키지 로드 키를 등록합니다. 이 특성은 사용되지 않습니다.

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

설명

Visual Studio 2008 이하를 대상으로 하는 VSPackage의 경우 대신 를 사용합니다 ProvideLoadKeyAttribute . Visual Studio 2010을 대상으로 하는 VSPackage에는 특성이 필요하지 않습니다.

생성자

RegisterLoadKeyAttribute(String, String, String, String, Int16)
사용되지 않음.

RegisterLoadKeyAttribute를 만듭니다. 이 특성은 사용되지 않습니다.

속성

CompanyName
사용되지 않음.

회사의 이름을 가져옵니다. 이 특성은 사용되지 않습니다.

MinimumEdition
사용되지 않음.

VSPackage를 로드하는 데 필요한 Visual Studio의 최소 버전을 가져옵니다. 이 특성은 사용되지 않습니다.

ProductName
사용되지 않음.

VSPackage의 이름을 가져옵니다. 이 특성은 사용되지 않습니다.

ProductVersion
사용되지 않음.

VSPackage의 버전 번호를 가져옵니다. 이 특성은 사용되지 않습니다.

ResourceId
사용되지 않음.

패키지 로드 키의 리소스 ID를 가져옵니다. 이 특성은 사용되지 않습니다.

TypeId
사용되지 않음.

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)
사용되지 않음.

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

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

regpkg.exe 같은 외부 등록 도구에서 호출할 때 VSPackage에 대한 등록 정보를 제공합니다. 이 특성은 사용되지 않습니다.

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

이 패키지의 로드 키 정보에 대한 레지스트리 키 이름입니다.

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

이 패키지의 로드 키 정보 등록 취소

적용 대상