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