ApiDescription.ParameterDescriptions Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает список ApiParameterDescription для этого 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)