共用方式為


EndpointMetadataCollection.GetMetadata<T> 方法

定義

取得 類型 T 最重要的中繼資料專案。

public:
generic <typename T>
 where T : class T GetMetadata();
public T GetMetadata<T> () where T : class;
public T? GetMetadata<T> () where T : class;
member this.GetMetadata : unit -> 'T (requires 'T : null)
Public Function GetMetadata(Of T As Class) () As T

類型參數

T

要擷取的元資料類型。

傳回

T

類型 Tnull 的最重要中繼資料。

適用於