vs-extensibility
Visual Studio 2010 Extensibility - Override Build Action without effecting cproj file
I\'m working on a way to get MonoTouch projects to build in Visual Studio 2010 without requiring a change of the cproj file. I\'m almost there, but the final step is the *.xib files that has build act[详细]
2023-03-06 11:23 分类:问答Visual Studio - Move cursor without losing focus
I have some tool windows in my package and I would like to bring a specific point in the document into view when the user performs some actions in the tool windows.[详细]
2023-03-04 13:14 分类:问答VS Extensibility Architecture (Package API/ Visual Studio Library)
Recently I found the above displayed Visual Studio Extensibility Platform chart from microsoft. Most of the things are clear to me. However, I am wondering abou开发者_C百科t the Package API and th[详细]
2023-02-21 02:16 分类:问答Getting the selected file and using IVsSingleFileGenerator
I am trying to add several new functions to a package I developed for our company. One of these functions is to create a new file based on the file selected in the solution explorer and the menu optio[详细]
2023-02-20 20:52 分类:问答How to Unit Test Visual Studio AddIn interacting with VS DOM
I have developed a Visual Studio Add-In which interacts with the Visual Studio DOM and amends the loaded solution.[详细]
2023-02-16 13:02 分类:问答Creating Visual Studio 2010 Add-Ins - how to start?
I want to create a VS 2010 Add-Ins.I searched in the internet but most of guides were for VS 2008 or 2005. Can any one show me some usef开发者_StackOverflowul guide?This is the best place to Start wit[详细]
2023-02-15 09:37 分类:问答Is it possible to customize the built-in Visual Studio 2010 C++ project wizards?
I need to make a custom C++ project wizard that is the same as built in c++ wizard. It doesn\'t matter which type. It could be console type project.[详细]
2023-02-10 07:47 分类:问答Visual Studio Extensibility / Margins
I am trying to build a Margin (through MEF) as a VS addin. I need to get the lines that contain the definition of a method. I have found people doing such things but it seems most are parsing test. Th[详细]
2023-02-10 01:17 分类:问答Editing attached property in Blend and VS 2010
I defined an attached property in silverlight thatI want to use it on Silverlight\'s TextBox 开发者_StackOverflow中文版Is there a way to show this property on the property page in Blend, and VS 2010[详细]
2023-02-02 17:20 分类:问答WPF Designer Extensibility for TextBox
I want to modify the property table in VS 2010 that is associated with silverlight textbox. I like to add a new property to 开发者_Go百科the property table of a silverlight textbox without creating a[详细]
2023-02-02 12:55 分类:问答