Compartilhar via


Interface IVsaIDE

Observação: esta API agora é obsoleta.

Esse tipo oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
<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

O tipo IVsaIDE expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DefaultSearchPath Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.
Propriedade pública ExtensibilityObject Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.
Propriedade pública IDEMode Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.
Propriedade pública Site Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.

Superior

Métodos

  Nome Descrição
Método público EnableMainWindow Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.
Método público ShowIDE Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.

Superior

Consulte também

Referência

Namespace Microsoft.Vsa