Condividi tramite


Interfaccia IVsaIDE

Nota: questa API è ora obsoleta.

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<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

Il tipo IVsaIDE espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica DefaultSearchPath Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica ExtensibilityObject Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica IDEMode Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Site Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

In alto

Metodi

  Nome Descrizione
Metodo pubblico EnableMainWindow Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico ShowIDE Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa