ConnectedServiceProviderExportAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定类型提供 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 该值指示 是否能够更新现有的连接服务。 |