IVsaIDE 接口

注意:此 API 现在已过时。

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

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<ObsoleteAttribute("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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("78470A10-8153-407d-AB1B-05067C54C36B")> _
Public Interface IVsaIDE
[ObsoleteAttribute("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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("78470A10-8153-407d-AB1B-05067C54C36B")]
public interface IVsaIDE
[ObsoleteAttribute(L"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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"78470A10-8153-407d-AB1B-05067C54C36B")]
public interface class IVsaIDE
[<ObsoleteAttribute("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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("78470A10-8153-407d-AB1B-05067C54C36B")>]
type IVsaIDE =  interface end
public interface IVsaIDE

IVsaIDE 类型公开以下成员。

属性

  名称 说明
公共属性 DefaultSearchPath 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共属性 ExtensibilityObject 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共属性 IDEMode 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共属性 Site 此成员支持 .NET Framework 结构,不能在代码中直接使用。

页首

方法

  名称 说明
公共方法 EnableMainWindow 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 ShowIDE 此成员支持 .NET Framework 结构,不能在代码中直接使用。

页首

请参阅

参考

Microsoft.Vsa 命名空间