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”字符串,用于将连接的服务处理程序与项目的目标平台版本匹配。

适用于