IXRTransformGroup::GetChildren (Compact 2013)
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 |