Structs
AbsoluteMoniker describes the identity of a component instance
in terms of its path relative to the root of the component instance
tree. The constituent parts of a AbsoluteMoniker do not include the
instance ID of the child.
An child moniker locally identifies a child component instance using the name assigned by
its parent and its collection (if present). It is a building block for more complex monikers.
Enums
One of:
Errors produced by
MonikerEnvironment
.Traits
AbsoluteMonikerBase is the common trait for both InstancedAbsoluteMoniker
and AbsoluteMoniker concrete types.