ParentChildRelation structure (xamlom.h)

Associates a parent object with a child object.

Syntax

typedef struct ParentChildRelation {
  InstanceHandle Parent;
  InstanceHandle Child;
  unsigned int   ChildIndex;
} ParentChildRelation;

Members

Parent

A handle to the parent object.

Child

A handle to the child object.

ChildIndex

The index of Child in the Children collection of Parent.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header xamlom.h