ExtensionPointRegistrationAttribute 클래스

정의

파생 클래스에서 지정한 형식의 확장 지점 공급자를 ExtensionProviderType으로 등록합니다.

public ref class ExtensionPointRegistrationAttribute abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
public abstract class ExtensionPointRegistrationAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ExtensionPointRegistrationAttribute = class
    inherit RegistrationAttribute
Public MustInherit Class ExtensionPointRegistrationAttribute
Inherits RegistrationAttribute
상속
ExtensionPointRegistrationAttribute
파생

생성자

ExtensionPointRegistrationAttribute(Type, String)

패키지에 적용하면 지정된 형식에 대한 확장 지점 공급자로 패키지를 등록합니다.

속성

ExtensionProvidersKey

확장 공급자가 선언된 레지스트리의 경로입니다. 파생 클래스에서 재정의합니다.

ExtensionProviderType

확장 공급자의 형식(구현된 인터페이스)

Name

확장 지점 공급자의 사람이 읽을 수 있는 이름 이 이름은 지역화되지 않은 문자열이거나 관리되는 리소스를 나타내는 '@'의 접두사인 10진수 리소스 식별자일 수 있습니다. 예: "@1234" '#' 접두사를 사용하여 네이티브 리소스를 암시할 수 있습니다.

Provider

공급자의 GUID

ProviderGuidString

문자열로 표현된 공급자의 GUID

ProviderType

이 패키지의 연결된 확장 지점을 구현하는 형식입니다.

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

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

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

Unregister(RegistrationAttribute+RegistrationContext)

이 확장 지점 공급자 사양을 등록 취소합니다.

적용 대상