次の方法で共有


ApiDescriptionProviderContext.Results プロパティ

定義

結果 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)

プロパティ値

適用対象