Project Description
CAB WorkItem Visualizations is upgrade to Sample Visualizations. this Visualizations show the WorkItem hierarchy, Worksapce, SmartPart, Command, Events, State and Items.
CAB WorkItem Visualizations contains 3 main windows:
1. CAB WorkItem Visualizations hierarchy tree.
2. Properties Windows.
3. Control Visualizer, show the Workspace and SmartPart.
Adding the Visualization to a Project
Copy the CABWorkItemVisualizations.dll file into the directory with your CAB application binaries. If your project does not include an App.config file, add one to it. Make sure your App.config file contains the following lines:
CAB WorkItem Visualizations is upgrade to Sample Visualizations. this Visualizations show the WorkItem hierarchy, Worksapce, SmartPart, Command, Events, State and Items.
CAB WorkItem Visualizations contains 3 main windows:
1. CAB WorkItem Visualizations hierarchy tree.
2. Properties Windows.
3. Control Visualizer, show the Workspace and SmartPart.
Adding the Visualization to a Project
Copy the CABWorkItemVisualizations.dll file into the directory with your CAB application binaries. If your project does not include an App.config file, add one to it. Make sure your App.config file contains the following lines:
<configuration> <configSections> <section name="CompositeUI" type="Microsoft.Practices.CompositeUI.Configuration.SettingsSection, Microsoft.Practices.CompositeUI" allowExeDefinition="MachineToLocalUser" /> </configSections> <CompositeUI> <visualizer> <add type="CABWorkItemVisualizations.WorkItemVisualization, CABWorkItemVisualizations" /> </visualizer> </CompositeUI> </configuration>
HomePage:http://www.codeplex.com/WorkItemVisualizer