Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
This method retrieves the storyboard that this IXRBeginStoryboard object starts in response to an event trigger.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStoryboard(
IXRStoryboard** ppStoryboard
) = 0;
Parameters
- ppStoryboard
[out] Pointer to an IXRStoryboard pointer that represents the storyboard that this IXRBeginStoryboard object starts.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.Animation.BeginStoryboard.Storyboard
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |