ConnectedServiceHandlerExportAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
형식이 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" 문자열을 가져오거나 설정합니다. |