Share via


IXRObjectKeyFrame::GetValue (Compact 2013)

3/28/2014

This method retrieves the target value for this key frame.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetValue(
    __out IXRDependencyObject** ppValue
) = 0;

Parameters

  • ppValue
    [out] Address of an IXRDependencyObject pointer that references the derived object instance that is the target value of this key frame.

Return Value

Returns an HRESULT that indicates success or not.

Remarks

For a specific interface pointer type, use the helper template version of this method that XAML for Windows Embedded provides. When you supply a derived type, this version automatically supplies a type-safe method that implicitly converts the returned type from a generic interface. Therefore, you do not have to explicitly call QueryInterface to convert the generic interface into the required object type.

.NET Framework Equivalent

System.Windows.Media.Animation.ObjectKeyFrame.Value

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRObjectKeyFrame
IXRObjectKeyFrame::SetValue