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 collection of child objects derived from IXRTransform.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetChildren(
__out IXRTransformCollection** ppChildren
) = 0;
Parameters
- ppChildren
[out] Pointer to an IXRTransformCollection pointer that contains an ordered collection of child objects derived from IXRTransform.
Return Value
Returns an HRESULT of 0x00000000 = S_OK to indicate success.
.NET Framework Equivalent
System.Windows.TransformGroup.Children
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |