EndpointMetadataCollection.GetMetadata<T> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 類型 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
類型 T
或 null
的最重要中繼資料。