ProvideCodeContainerProviderAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
코드 컨테이너 공급자 정보를 등록합니다. 사용 예: [ProvideCodeContainerProvider(registeredName: "Test Provider", providerId: "{92f93057-f1fc-49df-870f-b3474046911a}" displayNamePackageGuid: "{92f93057-f1fc-49df-870f-b3474046911a}" imageMonikerGuid: "{92f93057-f1fc-49df-870f-b3474046911b}", imageMonikerId: 10, DisplayNameResourceId = "#100", DisplayDetailResourceId = "#110")]
public ref class ProvideCodeContainerProviderAttribute sealed : Microsoft::VisualStudio::Shell::ExtensionPointRegistrationAttribute
public ref class ProvideCodeContainerProviderAttribute sealed : Microsoft::VisualStudio::Shell::ExtensionPointRegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideCodeContainerProviderAttribute : Microsoft.VisualStudio.Shell.ExtensionPointRegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideCodeContainerProviderAttribute = class
inherit ExtensionPointRegistrationAttribute
Public NotInheritable Class ProvideCodeContainerProviderAttribute
Inherits ExtensionPointRegistrationAttribute
- 상속
-
ProvideCodeContainerProviderAttribute
- 특성
생성자
ProvideCodeContainerProviderAttribute(String, String, String, Int32, String, String, Type) |
코드 컨테이너 공급자를 등록하는 등록 특성 Create |
속성
DisplayDetailResourceId |
공급자의 지역화된 표시 세부 정보의 리소스 ID를 가져옵니다. |
DisplayNameResourceId |
공급자의 지역화된 표시 이름의 리소스 ID를 가져옵니다. |
ExtensionProvidersKey |
확장 공급자가 선언된 레지스트리의 경로입니다. 파생 클래스에서 재정의합니다. (다음에서 상속됨 ExtensionPointRegistrationAttribute) |
ExtensionProviderType |
확장 공급자의 형식(구현된 인터페이스) (다음에서 상속됨 ExtensionPointRegistrationAttribute) |
ImageMonikerGuid |
코드 컨테이너 공급자의 이미지 모니커 GUID를 가져옵니다. |
ImageMonikerId |
코드 컨테이너 공급자의 이미지 모니커 ID를 가져옵니다. |
Name |
확장 지점 공급자의 사람이 읽을 수 있는 이름 이 이름은 지역화되지 않은 문자열이거나 관리되는 리소스를 나타내는 '@'가 접두사로 붙은 10진수 리소스 식별자일 수 있습니다. 예: "@1234" '#' 접두사를 사용하여 네이티브 리소스를 암시할 수 있습니다. (다음에서 상속됨 ExtensionPointRegistrationAttribute) |
Package |
패키지 GUID를 가져옵니다. |
Provider |
공급자의 GUID (다음에서 상속됨 ExtensionPointRegistrationAttribute) |
ProviderGuidString |
문자열로 표현된 공급자의 GUID (다음에서 상속됨 ExtensionPointRegistrationAttribute) |
ProviderType |
이 패키지에서 연결된 확장 지점을 구현하는 형식입니다. (다음에서 상속됨 ExtensionPointRegistrationAttribute) |
RegisteredName |
공급자의 식별 이름을 가져옵니다. 이 이름은 로캘 고정입니다. |
TypeId |
RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)와 함께 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다. (다음에서 상속됨 RegistrationAttribute) |
메서드
GetPackageRegKeyPath(Guid) |
VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다. (다음에서 상속됨 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
지정된 컨텍스트에 이 특성을 등록하기 위해 호출됩니다. 컨텍스트에는 등록 정보를 배치할 위치가 포함됩니다. 등록되는 형식 및 경로 정보도 포함됩니다. |
Unregister(RegistrationAttribute+RegistrationContext) |
이 특성 등록 취소 |