extensibility
TFS 2010 Link Extensibility
I found this article (http://blogs.msdn.com/b/narend/archive/2006/10/13/how-to-extend-linking-and-workitem-ui-with-custom-link-types.aspx) about link extensibility in TFS 2005.I\'m wondering how to do[详细]
2023-01-19 02:45 分类:问答Integrate language service (MPF) and editor extension (MEF)
Does anybody the correct way to integrate a languageService (M开发者_如何转开发PF) with an editor extension (MEF) in Visual Studio 2010.[详细]
2023-01-16 19:54 分类:问答How can I implement a custom QueryStringConverter for RESTful WCF?
I\'ve implemented a customized QueryStringConverter class and hooked it up using a customized WebHttpBehavior subclass. When I make a service call, it hits my breakpoint in the CanConvert override (an[详细]
2023-01-16 09:53 分类:问答How to extend Visual Studio to provide override-like behavior?
When you type the override keyword in a C# file in VS and press Spac开发者_C百科e, you get a second menu offering the method to override. Can I extend this behavior with my own custom code that would[详细]
2023-01-15 13:07 分类:问答Is it possible to have a vs2010 vsix check for updates locally?
I开发者_C百科\'m writing a project structure and code analysis extension for visual studio at work. The project can not be published to the Visual Studio Extensions Gallery.[详细]
2023-01-12 22:04 分类:问答How to add your own extension in Visual Studio 2010 to the context menu of the html/aspx code editor?
I made my own extension for Microsoft Visual Studio 2010. Within my VSCT-file I defined a group for my command to add it to the context menu of the code-editor:[详细]
2023-01-12 12:23 分类:问答Extending VS 2010: to include additional items on Right Click context menu (add) on solution explorer?
I wish to create an additional item on the context sensitive right click \"ADD\" on the solution explorer in vs 2010.[详细]
2023-01-12 06:40 分类:问答Where should I attach solution or project events in my Visual Studio add-in?
Can anyone suggest the best place to add solution or project events, such as ProjectAdded, to a Visual Studio add-in?[详细]
2023-01-11 21:25 分类:问答Own extensibility layer or MEF/MAF?
For those that work with application extensibility in .NET, what do you prefer doing - creating your own extensibility layer or using MEF (Managed Extensibility Framework) or MAF (Managed Add-in Frame[详细]
2023-01-10 00:15 分类:问答Visual Studio 2010 SDK Scan Source files in project
I\'m working with the 2010 SDK and I am trying to figure out how to tie into VS in someway that I have a background process running that is constantly analyzing .CS files in the current project and ad[详细]
2023-01-09 12:18 分类:问答