次の方法で共有


ApiDescription.ParameterDescriptions プロパティ

定義

この API の の ApiParameterDescription 一覧を取得します。

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)

プロパティ値

適用対象