ProvideBrokeredServiceHubServiceAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 ServiceHub 서비스가 요청될 때 패키지가 로드되도록 하는 Visual Studio 패키지에 대한 등록을 생성합니다.
public ref class ProvideBrokeredServiceHubServiceAttribute : Microsoft::VisualStudio::Shell::ServiceBroker::ProvideBrokeredServiceAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public class ProvideBrokeredServiceHubServiceAttribute : Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideBrokeredServiceHubServiceAttribute = class
inherit ProvideBrokeredServiceAttribute
Public Class ProvideBrokeredServiceHubServiceAttribute
Inherits ProvideBrokeredServiceAttribute
- 상속
-
ProvideBrokeredServiceHubServiceAttribute
- 특성
생성자
ProvideBrokeredServiceHubServiceAttribute(String) |
ProvideBrokeredServiceHubServiceAttribute 클래스의 새 인스턴스를 초기화합니다. |
필드
AllowGuestClientsRegValue |
보안 컨텍스트를 저장할 레지스트리 값 (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
AudienceRegValue |
서비스의 scope 나타내는 레지스트리 값 (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
BrokeredServiceRegKey |
BrokeredServices의 레지스트리 키 (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
DefaultAudience |
의 기본값입니다 Audience. (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
DefaultServiceLocation |
의 기본값 ServiceLocationRegValue |
IsServiceHubRegValue |
ServiceHub 서비스인지 여부를 나타내는 레지스트리 값입니다. |
ServiceLocationRegValue |
서비스 구성의 위치를 나타내는 레지스트리 값 |
속성
AllowTransitiveGuestClients |
게스트 클라이언트가 이 서비스를 전이적으로 획득할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.
기본적으로( |
Audience |
이 서비스를 직접 획득할 수 있는 클라이언트를 나타내는 값을 가져오거나 설정합니다. 대상 그룹은 이 서비스를 획득할 수 있는 클라이언트 집합을 확장하기 위해 함께 비트 OR일 수 있습니다. (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
Name |
서비스의 이름(과 동일)을 Name가져옵니다. (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
ServiceLocation |
서비스 구성 파일의 위치를 가져오거나 설정합니다. 여기에는 구성 파일의 경로가 포함되지만 파일 자체의 이름을 포함해서는 안 됩니다. |
TypeId |
RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)와 함께 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다. (다음에서 상속됨 RegistrationAttribute) |
Version |
프로퍼링된 서비스의 버전(과 동일)을 Version가져오거나 설정합니다. (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
메서드
GetPackageGuid(RegistrationAttribute+RegistrationContext) |
지정된 ServiceHub 서비스가 요청될 때 패키지가 로드되도록 하는 Visual Studio 패키지에 대한 등록을 생성합니다. |
GetPackageRegKeyPath(Guid) |
VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다. (다음에서 상속됨 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
regpkg.exe 같은 외부 등록 도구에서 호출할 때 지정된 컨텍스트에 이 VSPackage를 등록합니다. 자세한 내용은 VSPackage 등록을 참조하세요. (다음에서 상속됨 ProvideBrokeredServiceAttribute) |
SetRegistryValues(RegistrationAttribute+RegistrationContext, RegistrationAttribute+Key) |
지정된 ServiceHub 서비스가 요청될 때 패키지가 로드되도록 하는 Visual Studio 패키지에 대한 등록을 생성합니다. |
Unregister(RegistrationAttribute+RegistrationContext) |
지정된 컨텍스트에서 이 특성의 등록을 취소하기 위해 호출됩니다. (다음에서 상속됨 ProvideBrokeredServiceAttribute) |