共用方式為


ApiDescriptionExtensions.GetProperty<T>(ApiDescription) 方法

定義

使用 提供的 值 T 做為索引鍵,從 Properties 集合取得 屬性值。

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 預設值。

適用於