ApplicationPartManagerExtensions.CreateAndPopulateFeature<TFeature> Méthode
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.
Crée et remplit une fonctionnalité.
public static TFeature CreateAndPopulateFeature<TFeature> (this Orleans.ApplicationParts.IApplicationPartManager applicationPartManager) where TFeature : new();
static member CreateAndPopulateFeature : Orleans.ApplicationParts.IApplicationPartManager -> 'Feature (requires 'Feature : (new : unit -> 'Feature))
<Extension()>
Public Function CreateAndPopulateFeature(Of TFeature As New) (applicationPartManager As IApplicationPartManager) As TFeature
Paramètres de type
- TFeature
Nom de la fonctionnalité.
Paramètres
- applicationPartManager
- IApplicationPartManager
Gestionnaire de composants d’application.
Retours
TFeature
Fonctionnalité remplie.