IVsaIDESite 接口

注意:此 API 现在已过时。

此类型支持 .NET Framework 基础结构,不能在代码中直接使用。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<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

IVsaIDESite 类型公开以下成员。

方法

  名称 说明
公共方法 Notify 此类型支持 .NET Framework 基础结构,不能在代码中直接使用。

页首

请参阅

参考

Microsoft.Vsa 命名空间