SDTE Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passed to GetGlobalService(Type) to return a reference to the Visual Studio integrated development environment (IDE).
public interface class SDTE
public interface class SDTE
__interface SDTE
[System.Runtime.InteropServices.Guid("04A72314-32E9-48E2-9B87-A63603454F3E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface SDTE
[System.Runtime.InteropServices.Guid("04A72314-32E9-48E2-9B87-A63603454F3E")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.ComVisible(false)]
public interface SDTE
[<System.Runtime.InteropServices.Guid("04A72314-32E9-48E2-9B87-A63603454F3E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type SDTE = interface
[<System.Runtime.InteropServices.Guid("04A72314-32E9-48E2-9B87-A63603454F3E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type SDTE = interface
Public Interface SDTE
- Attributes