ConnectedServiceProviderExportAttribute 类

定义

指定类型提供 ConnectedServiceProvider 导出。

public ref class ConnectedServiceProviderExportAttribute sealed : System::ComponentModel::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ConnectedServiceProviderExportAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ConnectedServiceProviderExportAttribute = class
    inherit ExportAttribute
Public NotInheritable Class ConnectedServiceProviderExportAttribute
Inherits ExportAttribute
继承
ConnectedServiceProviderExportAttribute
属性

构造函数

ConnectedServiceProviderExportAttribute(String)

初始化 ConnectedServiceProviderExportAttribute 类的新实例。

属性

ProviderId

获取提供程序/处理程序的唯一提供程序 ID。 这用于将提供程序与其处理程序匹配。

SupportsUpdate

获取或设置一个值, ConnectedServiceProvider 该值指示 是否能够更新现有的连接服务。

适用于