ActionDescriptorProviderContext.Results プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IList<T>設定できる のActionDescriptorインスタンスの IActionDescriptorProvider を取得します。
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^> ^ Results { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>
Public ReadOnly Property Results As IList(Of ActionDescriptor)