I'm trying to get a ProjectItemsEvents interface for a web site. Usually you
get these interfaces like this:
ProjectItemsEvents events = dte.Events.GetObject("CSharpProjectItemsEvents");
for C# projects, or GetObject("VBProjectItemsEvents") for VB projects, etc.
What is the string to pass for web sites? The only thing I've tried that
doesn't throw an exception is "WebSiteEvents", but I don't know what kind of
object is returned (this would be helpful information, too).
Thanks
Bryan
Bryan Sullivan - 22 Feb 2005 17:55 GMT
Sorry, I forgot to mention that this is for Visual Studio 2005.
> I'm trying to get a ProjectItemsEvents interface for a web site. Usually you
> get these interfaces like this:
[quoted text clipped - 8 lines]
> Thanks
> Bryan
Bryan Sullivan - 22 Feb 2005 17:55 GMT
Sorry, I forgot to mention that this is for Visual Studio 2005.
> I'm trying to get a ProjectItemsEvents interface for a web site. Usually you
> get these interfaces like this:
[quoted text clipped - 8 lines]
> Thanks
> Bryan