Visual Studio 11 Extension Design Guidelines

Locked Visual Studio 11 Extension Design Guidelines

  • 2012년 4월 24일 화요일 오후 4:28
     
     

    Is there a link to the Visual Studio 11 Extension Design Guidelines someone can share?

모든 응답

  • 2012년 4월 25일 수요일 오전 8:42
    중재자
     
     

    Hi Jeremy,

    You can take a look at this article http://msdn.microsoft.com/en-us/library/1xt0ezx9(v=vs.110).aspx, this article provide all the necessary reference related to automation and extensibility in Visual Studio for both shared and language-specific components.extension design, like EnvDTE , Extensibility and VCCodeModel and so on.


    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us

  • 2012년 4월 25일 수요일 오후 6:00
     
     

    Thanks Lucy,

    I appreciate the information. I was thinking more of visual design guidelines - I had come across a document or posting but have lost the link.

    Best regards,

    Jeremy

  • 2012년 5월 1일 화요일 오전 5:38
     
     

    Jeremy, what do you mean visual design guidelines, what type project do you want to create, and what do you want to design,

    see if the following documents what you want.

    Visual Design Guidelines: http://msdn.microsoft.com/en-us/library/ms818571.aspx

    Visual Studio 11: http://visualbasic.about.com/od/learnvsnet/a/VS11RevGUI_2.htm

  • 2012년 6월 8일 금요일 오후 1:54
     
     

    Hi,

    I just found this document:

    Visual Studio User Interface Design Guidelines (VS 2012)
    http://msdn.microsoft.com/en-us/library/bb166159(v=vs.110).aspx

    which links to this file:

    Microsoft Visual Studio 2010 User Interface Guidelines
    http://archive.msdn.microsoft.com/VS2010UX

    That file is exactly what I needed.  For example, it provides the names of built-in WPF Brushes that reflect the current Visual Studio theme (see §02.02.04 VSColors Reference Table).  This makes it easy to apply the current theme to custom Visual Studio extensions built using WPF controls.  (Edit: Though I haven't actually tested this yet ;)

    - Dave


    http://davesexton.com/blog

    • 편집됨 Dave Sexton 2012년 6월 8일 금요일 오후 1:55 Not tested
    • 편집됨 Dave Sexton 2012년 6월 8일 금요일 오후 1:56 Not tested
    • 편집됨 Dave Sexton 2012년 6월 8일 금요일 오후 1:57 Not tested; Added "VS 2012"
    •