Hi Satish,
<
GatheringServiceData>
<
Wizard xmlns="http://schemas.microsoft.com/pag/gax-wizards" SchemaVersion="1.0">
<
Pages>
<
Page>
<
Title>Collect information using editors, converters and value providers.</Title>
<
Fields>
<
Field ValueName="Project" Label="Reference Project">
<
Tooltip>Shows a complex editor for selecting a project in the current solution, provided with the Library.</Tooltip>
<
Editor Type="Microsoft.Practices.RecipeFramework.Library.Editors.SolutionPickerEditor, Microsoft.Practices.RecipeFramework.Library" />
</
Field>
</
Fields>
</
Page>
</
Pages>
</
Wizard>
</
GatheringServiceData>
The above xml tags, is defined a field, under the GatheringServiceData. In order to use a value editor for a field, you need to provide the Editor tag with its type inside the filed tag.
You can use the above filed, that will provide u a solutionpicker, to pick a project from the solution.
Regards,
-Noor