다음을 통해 공유


ProvideComponentDiagnosticsAttribute 클래스

정의

구성 요소 진단 공급자 및 관련 보기를 등록합니다.

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

생성자

ProvideComponentDiagnosticsAttribute(Type, String)

패키지에 적용되면 패키지를 기본 보기로 구성 요소 진단 공급자로 등록합니다.

ProvideComponentDiagnosticsAttribute(Type, String, String, UInt32)

패키지에 적용하면 패키지를 사용자 지정 보기를 사용하여 구성 요소 진단 공급자로 등록합니다.

속성

ExtensionProvidersKey

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

(다음에서 상속됨 ExtensionPointRegistrationAttribute)
ExtensionProviderType

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

(다음에서 상속됨 ExtensionPointRegistrationAttribute)
IsDefaultView

공급자가 기본 범용 보기를 사용하는지 여부를 나타냅니다. false이면 공급자가 고유한 사용자 지정 보기를 지정합니다.

Name

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

(다음에서 상속됨 ExtensionPointRegistrationAttribute)
Provider

공급자의 GUID

(다음에서 상속됨 ExtensionPointRegistrationAttribute)
ProviderGuidString

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

(다음에서 상속됨 ExtensionPointRegistrationAttribute)
ProviderType

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

(다음에서 상속됨 ExtensionPointRegistrationAttribute)
TypeId

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

(다음에서 상속됨 RegistrationAttribute)
Version

공급자의 데이터 모델 버전

View

이 공급자에 대한 뷰의 UI 팩터리 내 요소 ID

ViewFactory

이 공급자에 대한 뷰를 포함하는 UI 팩터리의 GUID

메서드

GetPackageRegKeyPath(Guid)

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

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

지정된 컨텍스트에 이 특성을 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)

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

(다음에서 상속됨 ExtensionPointRegistrationAttribute)

적용 대상