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
の最も重要なメタデータ。