Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Passed to GetGlobalService to return a reference to the Visual Studio integrated development environment (IDE).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("04A72314-32E9-48E2-9B87-A63603454F3E")> _
Public Interface SDTE
[InterfaceTypeAttribute()]
[GuidAttribute("04A72314-32E9-48E2-9B87-A63603454F3E")]
public interface SDTE
[InterfaceTypeAttribute()]
[GuidAttribute(L"04A72314-32E9-48E2-9B87-A63603454F3E")]
public interface class SDTE
[<InterfaceTypeAttribute()>]
[<GuidAttribute("04A72314-32E9-48E2-9B87-A63603454F3E")>]
type SDTE = interface end
public interface SDTE