你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInvocationFeatures.Get<T> Method

Definition

Gets a feature with the specified type for the current invocation.

public T? Get<T>();
abstract member Get : unit -> 'T
Public Function Get(Of T) () As T

Type Parameters

T

The feature Type.

Returns

T

The feature instance, or null.

Applies to