FabricHealthDashboard.ScopeComboBoxImplementation (ComponentImplementation)

Element properties:

TypeFabricHealthDashboard.ScopeComboBox
PlatformAll
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="FabricHealthDashboard.ScopeComboBoxImplementation" TypeId="FabricHealthDashboard.ScopeComboBox" Accessibility="Internal" Platform="All">
<Composite>
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleComboBox">
<Binding PropertyId="SelectedValue">
<Reference>$Property/SelectedValue$</Reference>
</Binding>
<!-- Set default value to All Items (false)-->
<Binding PropertyId="SelectedValue">
<SimpleValue Type="xsd://boolean" Value="False"/>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleComboBoxItem">
<Binding PropertyId="DisplayValue">
<Reference>$MPReference/Microsoft.SystemCenter.VirtualMachineManager.Dashboard!FabricHealthDashboard.ScopeComboBoxItem1/DisplayName$</Reference>
</Binding>
<Binding PropertyId="SelectedValue">
<SimpleValue Type="xsd://boolean" Value="True"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleComboBoxItem">
<Binding PropertyId="DisplayValue">
<Reference>$MPReference/Microsoft.SystemCenter.VirtualMachineManager.Dashboard!FabricHealthDashboard.ScopeComboBoxItem2/DisplayName$</Reference>
</Binding>
<Binding PropertyId="SelectedValue">
<SimpleValue Type="xsd://boolean" Value="False"/>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>