Get The ProjectItem of a T4 Template From Inside the T4 Template June 10, 2013January 8, 2018Munir HusseiniNo Comments So you got a T4 template and need access to the ProjectItem of that T4 template or to the parent…
Write To Visual Studio’s Output Window June 6, 2013Munir HusseiniNo Comments If you have developed a Visual Studio Extension, you might want to output messages to Visual Studio’s Output window. Here’s…
Modal WPF Windows And The Visual Studio Window June 3, 2013Munir HusseiniNo Comments So I needed to show a modal WPF window from inside a Visual Studio Extension. To do that, I needed…