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 示す値を取得または設定します。

適用対象