Browse by Tags

All Tags » proxy » ProxyGen
  • Nested Types in VSTA v 2 Part III: Entry Point Classes

    The sample in this post shows how to support nested types and implicitly declared events in entry point classes (note that the nested type is in the entry point class, but is not an entry point).  For types nested in an entry point class, the workaround in Part I is sufficient, no additional changes to the proxy are required.  For ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on May 30, 2008
  • Proxy Indentation Fix

    The proxy and host type map provider code files generated by ProxyGen in VSTA v 2 are not indented.  Here's an easy fix.3 ways to fix indentation:1)  Through the menu:  Edit -> Advanced -> Format Document2)  Using short cuts:  Ctrl + K then Ctrl + D3)  In a macro:  DTE.ExecuteCommand(''Edit.FormatDocument'')
    Posted to Melody's VSTA Blog (Weblog) by Melody on February 28, 2008
  • Visual Studio 2005 VSTA v 2 Proxy Fix

     Overview: The VSTA v 2 ProxyGen tool creates proxy files designed to work with the updated C# compiler in Visual Studio 2008.  It is possible to modify this file to compile with Visual Studio 2005 and we offer a Visual Studio macro to automate these changes.   Attached macro: The zip file attached includes all the macro code ...
    Posted to VSTA Samples (FileGallery) by melody on January 30, 2008