IVsaIDE 接口

定义

注意

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

此类型支持 .NET Framework 基础结构,不能在代码中直接使用。

public interface class IVsaIDE
[System.Runtime.InteropServices.Guid("78470A10-8153-407d-AB1B-05067C54C36B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaIDE
[System.Runtime.InteropServices.Guid("78470A10-8153-407d-AB1B-05067C54C36B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public interface IVsaIDE
[<System.Runtime.InteropServices.Guid("78470A10-8153-407d-AB1B-05067C54C36B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaIDE = interface
[<System.Runtime.InteropServices.Guid("78470A10-8153-407d-AB1B-05067C54C36B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type IVsaIDE = interface
Public Interface IVsaIDE
属性

属性

DefaultSearchPath
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

ExtensibilityObject
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

IDEMode
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Site
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

方法

EnableMainWindow(Boolean)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

启用主窗口。

ShowIDE(Boolean)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

显示或隐藏 IDE。

适用于