IVsaIDESite Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<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.")> _
<GuidAttribute("7BD84086-1FB5-4b5d-8E05-EAA2F17218E0")> _
Public Interface IVsaIDESite
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
[GuidAttribute("7BD84086-1FB5-4b5d-8E05-EAA2F17218E0")]
public interface IVsaIDESite
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[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.")]
[GuidAttribute(L"7BD84086-1FB5-4b5d-8E05-EAA2F17218E0")]
public interface class IVsaIDESite
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
[<GuidAttribute("7BD84086-1FB5-4b5d-8E05-EAA2F17218E0")>]
type IVsaIDESite =  interface end
public interface IVsaIDESite

The IVsaIDESite type exposes the following members.

Methods

  Name Description
Public method Notify This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

Microsoft.Vsa Namespace