Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |