次の方法で共有


ApiDescriptionExtensions.GetProperty<T>(ApiDescription) メソッド

定義

指定した 値 をキーとして使用して、 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

ApiDescription

戻り値

T

プロパティまたは の既定値 T

適用対象