Share via


ICustomProperty.GetValue(Object) 方法

定义

从特定实例获取自定义属性的值。

public:
 Platform::Object ^ GetValue(Platform::Object ^ target);
IInspectable GetValue(IInspectable const& target);
public object GetValue(object target);
function getValue(target)
Public Function GetValue (target As Object) As Object

参数

target
Object

Platform::Object

IInspectable

拥有实例。

返回

Object

Platform::Object

IInspectable

检索到的值。

适用于