ShareProvidersRequestedEventArgs.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 de partage.
public:
property IVector<ShareProvider ^> ^ Providers { IVector<ShareProvider ^> ^ get(); };
IVector<ShareProvider> Providers();
public IList<ShareProvider> Providers { get; }
var iVector = shareProvidersRequestedEventArgs.providers;
Public ReadOnly Property Providers As IList(Of ShareProvider)