다음을 통해 공유


ProvideAutomationObjectAttribute 클래스

정의

이 특성을 사용하여 파생 클래스를 수정하면 Package특정 자동화 개체를 제공한다고 선언합니다.

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

설명

VSPackage를 수정하는 특성은 VSPackage의 동작에 영향을 미치지 않습니다. 등록 도구에서 Visual Studio에 적절한 정보를 등록하는 데 사용할 수 있습니다.

생성자

ProvideAutomationObjectAttribute(String)

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

속성

Description

자동화 개체에 대한 설명을 가져오거나 설정합니다.

Name

자동화 개체의 이름을 가져옵니다.

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

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

RegPkg.exe 같은 외부 등록 도구에서 호출할 때 이 특성을 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)

RegPkg.exe 같은 외부 등록 도구에서 호출할 때 레지스트리 키를 제거합니다.

적용 대상