TestControlHostImplementation (ComponentImplementation)

Element properties:

TypeTestControlHost
PlatformAll
Target
AccessibilityPublic

Source Code:

<ComponentImplementation TypeId="TestControlHost" ID="TestControlHostImplementation" Accessibility="Public" Platform="All">
<Composite>
<Variable Id="SimpleData" Type="xsd://string[]"/>
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.ComponentContainer">
<Binding PropertyId="Visual">
<Component TypeId="TestControl">
<Binding PropertyId="StringList">
<Reference>$Variable/SimpleData$</Reference>
</Binding>
</Component>
</Binding>
<!--<Binding PropertyId="Objects">
<Component TypeId="MySimpleQuery">
<Binding PropertyId="MaxItemCount">
<SimpleValue Type="xsd://int" Value="10"/>
</Binding>
<Binding PropertyId="Output">
<Reference>$Variable/SimpleData$</Reference>
</Binding>
</Component>
</Binding>-->
</Component>
</Composite>
</ComponentImplementation>