ApiDescription.ParameterDescriptions Propriété

Définition

Obtient la liste de ApiParameterDescription pour cette API.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterDescription ^> ^ ParameterDescriptions { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterDescription ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription> ParameterDescriptions { get; }
member this.ParameterDescriptions : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription>
Public ReadOnly Property ParameterDescriptions As IList(Of ApiParameterDescription)

Valeur de propriété

S’applique à