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

NamedProperty.GetValue<T> 方法

定义

获取属性的值。

public T GetValue<T>();
member this.GetValue : unit -> 'T
Public Function GetValue(Of T) () As T

类型参数

T

属性值的类型。

返回

T

类型 T为 的属性的值。

适用于