IXRStoryboard::GetCurrentTime (Compact 2013)
3/28/2014
This method retrieves the current time span of this storyboard.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetCurrentTime(
__out XRTimeSpan* pTimeSpan
) = 0;
Parameters
- pTimeSpan
[out] Pointer to an XRTimeSpan structure that indicates the current time of this storyboard.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.Animation.Storyboard.GetCurrentTime
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |