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

擷取的數值。

適用於