다음을 통해 공유


ProvideSourceControlProviderAttribute 클래스

정의

Scc 공급자 정보를 등록합니다. 사용 예: [ProvideSourceControlProvider(registeredName: "Test Provider", displayNameResourceId: "#100", displayNamePackage: "{92f93057-f1fc-49df-870f-b3474046911a}", registeredProvider: "{92f93057-f1fc-49df-870f-b3474046911b}", sccProviderService: "{92f93057-f1fc-49df-870f-b347404691 1c}", IsPublishSupported = true)] 예제 등록: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0_Config\SourceControlProviders{92f93057-f1fc-49df-870f-b3474046911b}] @="테스트 공급자" "서비스"="{92f93057-f1fc-49df-870f-b3474046911c}" "IsPublishSupported"=dword:00000001

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0_Config\SourceControlProviders\{92f93057-f1fc-49df-870f-b3474046911b}\Name]
@="#100"
"Package"="{92f93057-f1fc-49df-870f-b3474046911a}"

참고: 위에서 사용된 모든 Guid는 설명 목적으로만 사용됩니다. 또한 버전은 위의 14.0으로 간주됩니다.

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

생성자

ProvideSourceControlProviderAttribute(String, String, String, String, String)

Scc 공급자를 등록하는 등록 특성 Create

속성

DisplayNamePackage

공급자의 표시 이름을 포함하는 패키지의 GUID를 가져옵니다.

DisplayNameResourceId

공급자 표시 이름의 리소스 ID를 가져옵니다.

IsPublishSupported

이 Scc 공급자가 원격 호스트에 게시를 지원하는지 여부를 가져오고 설정합니다.

RegisteredName

공급자의 식별 이름을 가져옵니다. 이 이름은 로캘 고정입니다.

RegisteredProvider

공급자를 식별하는 GUID를 가져옵니다.

SccProviderService

공급자 서비스의 GUID를 가져옵니다.

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

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

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

Unregister(RegistrationAttribute+RegistrationContext)

이 특성 등록 취소

적용 대상