ICustomProperty.GetValue(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從特定實例取得自訂屬性的值。
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
擁有實例。
傳回
擷取的數值。