IVsaIDE (Interfaz)

Nota: Esta API está obsoleta.

Este tipo admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<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

El tipo IVsaIDE expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DefaultSearchPath Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.
Propiedad pública ExtensibilityObject Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.
Propiedad pública IDEMode Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.
Propiedad pública Site Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.

Arriba

Métodos

  Nombre Descripción
Método público EnableMainWindow Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.
Método público ShowIDE Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.

Arriba

Vea también

Referencia

Microsoft.Vsa (Espacio de nombres)