Share via


ExpandedWrapper<TExpandedElement>.GetExpandedPropertyValue 方法

定义

返回扩展属性的值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual System::Object ^ GetExpandedPropertyValue(System::String ^ name);
public object GetExpandedPropertyValue (string name);
abstract member GetExpandedPropertyValue : string -> obj
override this.GetExpandedPropertyValue : string -> obj
Public Function GetExpandedPropertyValue (name As String) As Object

参数

name
String

属性的名称。

返回

该属性的值。

实现

适用于