ComposedRegionImplementation (ComponentImplementation)

Element properties:

TypeComposedRegion
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="ComposedRegionImplementation" TypeId="ComposedRegion" Platform="Wpf, Silverlight" Accessibility="Internal">
<Unit>
<ServiceOverride ServiceId="Tasks" Type="BaseDataType"/>
<ServiceOverride ServiceId="IsBusy" Type="BaseDataType"/>
<ServiceOverride ServiceId="LastError" Type="BaseDataType"/>
<ServiceOverride ServiceId="SelectedItems" Type="BaseDataType[]" OriginalKnownAsVariable="SelectedItemsService"/>
<ContractFactory>Microsoft.EnterpriseManagement.Monitoring.Components.UnitComponents.Layout.ComposedRegion</ContractFactory>
<Property Name="ComponentDataContext" Direction="In">
<Reference>$DataContext$</Reference>
</Property>
<Property Name="RegionComponentType" Direction="In">
<Reference>$Property/RegionComponentType$</Reference>
</Property>
<Property Name="RegionComponentParameters" Direction="In">
<Reference>$Property/RegionComponentParameters$</Reference>
</Property>
<Property Name="RegionId" Direction="In">
<Reference>$Property/RegionId$</Reference>
</Property>
<Property Name="Tasks" Direction="In">
<Reference>$Service/Tasks$</Reference>
</Property>
<Property Name="IsBusy" Direction="In">
<Reference>$Service/IsBusy$</Reference>
</Property>
<Property Name="LastError" Direction="In">
<Reference>$Service/LastError$</Reference>
</Property>
<Property Name="GlobalSelectedItems" Direction="In">
<Reference>$Variable/SelectedItemsService$</Reference>
</Property>
<Property Name="InnerSelectedItems" Direction="In">
<Reference>$Service/SelectedItems$</Reference>
</Property>
</Unit>
</ComponentImplementation>