Share via


IXRChangePropertyAction.GetDuration(XRDuration *) (Compact 2013)

3/28/2014

This method gets the Duration property of the ChangePropertyAction.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetDuration(
XRDuration *pValue)

Parameters

  • pValue
    [out] Pointer to a variable in which to store the value of the XRDuration object contained in the Duration property.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

The pValue retrieved corresponds to the ChangePropertyAction.Duration property in XAML.

See Also

Reference

IXRChangePropertyAction