Browse Source

Return SDTE from text template host GetService.

T4MVC template requests the SDTE from the text templating host's IServiceProvider implementation and casts it to a DTE.
pull/28/head
Matt Ward 14 years ago
parent
commit
8dd6f39aa4
  1. 3
      src/AddIns/Misc/PackageManagement/Project/Src/VisualStudio/SDTE.cs

3
src/AddIns/Misc/PackageManagement/Project/Src/VisualStudio/SDTE.cs

@ -2,10 +2,11 @@ @@ -2,10 +2,11 @@
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using System;
using ICSharpCode.PackageManagement.EnvDTE;
namespace Microsoft.VisualStudio.Shell.Interop
{
public class SDTE : MarshalByRefObject
public class SDTE : DTE
{
public SDTE()
{

Loading…
Cancel
Save