Is possible to create aTyped Dataset with the EnvDTE functionality?
The final idea is to create the Typed Dataset with the code aggregated by the custom tool.
Is this possible?
Leandro Tuttini Friday, October 19, 2007 12:53 PM
Hi Leandro,
That's no a DTE functionality, that custom tool, comes as a part of Microsoft.VSDesigner but unfortunately has no any public api. You should make your own implementation.
hth
jose.
Jose Escrich Monday, October 22, 2007 5:55 PM
Hi Leandro,
That's no a DTE functionality, that custom tool, comes as a part of Microsoft.VSDesigner but unfortunately has no any public api. You should make your own implementation.