ApiDescriptionProviderContext.Results 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.
Liste des résultats obtenus ApiDescription.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescription ^> ^ Results { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescription ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription>
Public ReadOnly Property Results As IList(Of ApiDescription)