다음을 통해 공유


ConnectedServiceHandlerExportAttribute 클래스

정의

형식이 ConnectedServiceHandler 내보내기 제공을 지정합니다.

public ref class ConnectedServiceHandlerExportAttribute sealed : System::ComponentModel::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ConnectedServiceHandlerExportAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ConnectedServiceHandlerExportAttribute = class
    inherit ExportAttribute
Public NotInheritable Class ConnectedServiceHandlerExportAttribute
Inherits ExportAttribute
상속
ConnectedServiceHandlerExportAttribute
특성

생성자

ConnectedServiceHandlerExportAttribute(String)

ConnectedServiceHandlerExportAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

AppliesTo

연결된 서비스 처리기를 프로젝트의 기능에 일치시키는 "AppliesTo" 쿼리 문자열을 가져오거나 설정합니다.

CustomEvaluator

연결된 서비스 처리기에 프로젝트를 지원하는지 여부를 지정하는 자체 논리가 포함되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다. true이면 처리기는 IVsHierarchyCustomEvaluator 인터페이스를 구현해야 합니다.

IsAbortSupported

진행률 대화 상자에서 중단 단추를 지원할지 여부를 나타내는 값을 가져오거나 설정합니다. 기본값은 false입니다.

ProviderId

공급자/처리기의 고유한 공급자 ID를 가져옵니다. 공급자와 해당 처리기를 일치시킬 때 사용됩니다.

SupportedOutputType

연결된 서비스 처리기를 프로젝트의 대상 플랫폼과 일치시키는 "OutputType" 문자열을 가져오거나 설정합니다.

SupportedProjectTypes

연결된 서비스 처리기를 프로젝트의 대상 플랫폼과 일치시키는 "ProjectTypes" 쿼리 문자열을 가져오거나 설정합니다.

TargetPlatform

연결된 서비스 처리기를 프로젝트의 대상 플랫폼과 일치시키는 "TargetPlatform" 문자열을 가져오거나 설정합니다.

TargetPlatformVersion

연결된 서비스 처리기를 프로젝트의 대상 플랫폼 버전과 일치시키는 "TargetPlatformVersion" 문자열을 가져오거나 설정합니다.

적용 대상