ExportBrokeredServiceAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스를 조정된 서비스로 내보냅니다.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportBrokeredServiceAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportBrokeredServiceAttribute = class
inherit ExportAttribute
Public Class ExportBrokeredServiceAttribute
Inherits ExportAttribute
- 상속
-
ExportBrokeredServiceAttribute
- 특성
설명
이 특성이 적용되는 클래스는 를 구현 IExportedBrokeredService해야 합니다.
이 특성이 적용된 클래스에서 사용하는 다른 MEF 특성은 System.ComponentModel.Composition 네임스페이스에서 가져옵니다.
조정된 서비스의 여러 버전이 지원되는 경우 이 특성을 여러 번 적용할 수 있습니다.
내보낸 조정된 서비스는 기본 scope 다른 MEF 내보내기를 다음 형식과 함께 가져올 수 있습니다(명시적 계약 이름 없음).
조정된 서비스는 다른 조정된 서비스를 가져올 수 없습니다. 를 사용하여 IServiceBroker 획득해야 합니다.
생성자
ExportBrokeredServiceAttribute(String, String) |
ExportBrokeredServiceAttribute 클래스의 새 인스턴스를 초기화합니다. |
속성
AllowTransitiveGuestClients |
게스트 클라이언트가 이 서비스를 전이적으로 획득할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.
기본적으로( |
Audience |
이 서비스를 직접 획득할 수 있는 클라이언트를 나타내는 값을 가져오거나 설정합니다. 대상 그룹은 이 서비스를 획득할 수 있는 클라이언트 집합을 확장하기 위해 비트 OR일 수 있습니다. |
ServiceName |
Name 내보낸 조정된 서비스의 를 가져옵니다. |
ServiceVersion |
Version 내보낸 조정된 서비스의 를 가져옵니다. |