Partager via


ConnectedServiceProviderExportAttribute Classe

Définition

Spécifie qu’un type fournit une exportation 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
Héritage
ConnectedServiceProviderExportAttribute
Attributs

Constructeurs

ConnectedServiceProviderExportAttribute(String)

Initialise une nouvelle instance de la classe ConnectedServiceProviderExportAttribute.

Propriétés

ProviderId

Obtient l’ID de fournisseur unique pour le fournisseur/gestionnaire. Il est utilisé pour faire correspondre un fournisseur à ses gestionnaires.

SupportsUpdate

Obtient ou définit une valeur indiquant si est ConnectedServiceProvider capable de mettre à jour un service connecté existant.

S’applique à