ApiDescriptionExtensions.GetProperty<T>(ApiDescription) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 値 をキーとして使用して、 Properties コレクションからプロパティの T
値を取得します。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GetProperty(Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescription ^ apiDescription);
public static T GetProperty<T> (this Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription apiDescription);
public static T? GetProperty<T> (this Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription apiDescription);
static member GetProperty : Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription -> 'T
<Extension()>
Public Function GetProperty(Of T) (apiDescription As ApiDescription) As T
型パラメーター
- T
プロパティの型。
パラメーター
- apiDescription
- ApiDescription
戻り値
T
プロパティまたは の既定値 T
。