Freigeben über


ApiDescriptionExtensions.GetProperty<T>(ApiDescription) Methode

Definition

Ruft den Wert einer Eigenschaft aus der Properties Auflistung unter Verwendung des angegebenen Werts von T als Schlüssel ab.

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

Typparameter

T

Den Typ der Eigenschaft.

Parameter

apiDescription
ApiDescription

Die ApiDescription.

Gibt zurück

T

Die -Eigenschaft oder der Standardwert von T.

Gilt für: