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

IInvocationFeatures.Set<T>(T) Method

Definition

Sets a feature of the provided type.

public void Set<T>(T instance);
abstract member Set : 'T -> unit
Public Sub Set(Of T) (instance As T)

Type Parameters

T

The feature Type.

Parameters

instance
T

The instance of the feature.

Applies to