all groups > visual studio .net ide > january 2006 >
You're in the

visual studio .net ide

group:

Automation Extender in VS 2003 for BizTalk Project


Automation Extender in VS 2003 for BizTalk Project Gnic
1/31/2006 9:36:40 PM
visual studio .net ide:
Hi everyone, I need to generate BizTalk Project and components programmatically, I tried to use the DTE.Project class, but I can't manipulate the project properties (e.g. AssemblyName, references).

Does anyone have experience on using DTE with BizTalk project?
Basically what I want to do is to create a BizTalk project (or open an existing project), and be able to modify project preperties

thanks first!

From http://developmentnow.com/g/55_0_0_0_0_0/vsnet-ide.ht

Posted via DevelopmentNow.com Group
Re: Automation Extender in VS 2003 for BizTalk Project Carlos J. Quintero [VB MVP]
2/1/2006 5:56:40 PM
Hi Gnic,

I am not familiar with BizTalk projects but if they are subtypes of VB.NET
or C# project types, you can:

- Use EnvDTE.Project.Properties.Item(propertyName).Value = xxx to manipulate
its properties. You need to guess the propertyName though, iteraring a bit
to display available names.

- Cast EnvDTE.Project.Object to VSLangProj.VSProject and use
VSProject.References. See my article:

HOWTO: Getting information specific to VB.NET and C# projects from an add-in
or macro
http://www.mztools.com/articles/2005/MZ011.htm

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


"Gnic" <gasxxx@hotmail.com> escribió en el mensaje
news:75961f69-87ef-4099-8a5a-c01895fc5355@msnews.microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button