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 sets the IXRGeometryCollection that contains the objects that define the IXRGeometryGroup.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetChildren(
__in IXRGeometryCollection *pChildren
) = 0;
Parameters
- pChildren
[in] Points to the IXRGeometryCollection that contains the children of the IXRGeometryGroup.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Media.GeometryGroup.Children
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |