ApiDescriptionGroup.Items 属性

定义

此组的 ApiDescription 项集合。

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

属性值

适用于