|
index > Visual Studio Guidance Automation Toolkit > Using FileNameEditor as a Value Editor |
|
Using FileNameEditor as a Value Editor |
|
|
I have a custom wizard page. I am trying to use a FileNameEditor as the valueEditor. I have added a value editor UI component to the page and I have placed the following line for one of my arguments: <Argument Name="FileName" Type="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> But, when I run the code, there is no button in the value editor. What am I doing wrong? Thanks!
| | dwj | The type of the argument is always the type of the data you need, in your case, a file name is almost surely a string (could be a FileInfo, should you need to). The editor is specified in the wizard section. From the GAT Wiki, you can read the following articles for more information:
Daniel Cazzulino [Solutions Architect MVP] | | kzu |
|
|
| reply 2 |
|
|
|
You can use google to search for other answers |
|
|
|
|
More Articles |
|
| Thanks for the tip |
| Wizard size and colors |
| How to execute actions after solution template was unfolded |
| *.vstemplate for and *.csproj/*.vbproj must be kept in sync. |
| Guidance actions are gone |
| Help with an error message |
| Minor bug in VszWizard.FindAddItem |
| Newbie Problem |
| enable/disable - wizard navigation buttons |
| Problem Loading Package |
|