CompositionContainer.Providers Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les fournisseurs d'exportations qui fournissent au conteneur l'accès aux objets ComposablePartCatalog supplémentaires.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::ComponentModel::Composition::Hosting::ExportProvider ^> ^ Providers { System::Collections::ObjectModel::ReadOnlyCollection<System::ComponentModel::Composition::Hosting::ExportProvider ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Hosting.ExportProvider> Providers { get; }
member this.Providers : System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Hosting.ExportProvider>
Public ReadOnly Property Providers As ReadOnlyCollection(Of ExportProvider)
Valeur de propriété
Collection d'objets ExportProvider qui fournissent à CompositionContainer l'accès aux objets Export supplémentaires. La valeur par défaut correspond à une ReadOnlyCollection<T> vide.
Exceptions
CompositionContainer a été supprimé.