IVsaIDE Interface
Note: This API is now obsolete.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Déclaration
<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
The IVsaIDE type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultSearchPath | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
ExtensibilityObject | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
IDEMode | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
Site | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
EnableMainWindow | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
ShowIDE | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top