共用方式為


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 命名空間