Welcome to MSDN Blogs Sign in | Join | Help

October 2005 - Posts

Loading VS Add-ins from URL

In Visual Studio 2005, managed add-ins are allowed to get loaded from a website as long as you enable it in Tools Options Add-in/Macros Security page and also fully trust the add-in assembly from the URL. To load an add-in from a URL, you need to: 1.
Posted by hlong | 18 Comments

VS Code Model events

Users of the Code Model may be alerted of significant changes of code by listening for events with a CodeModelEvents object. The CodeModelEvents object is in EnvDTE80, you get it by casting DTE.Events to EnvDTE80.Events2 , e.g. in VB, it is like CType(DTE.Events,
Posted by hlong | 2 Comments

Code Model & its Interop with Text Editor Object Model

The Visual Studio Code Model can be used to read and edit the structure of the code in a file. The model gives you the ability to interact with files from different langauges in a common way without parsing the code. With this model, an automation client
Posted by hlong | 3 Comments
 
Page view tracker