.NET Framework 类库
IVsaEngine 接口

注意:此接口现在已过时。

定义脚本引擎必须支持的方法和属性,并提供对脚本引擎的编程访问。

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

语法

Visual Basic(声明)
<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("E0C0FFE1-7eea-4ee2-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsaEngine
Visual Basic(用法)
Dim instance As IVsaEngine
C#
[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("E0C0FFE1-7eea-4ee2-b7e4-0080c7eb0b74")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] 
public interface IVsaEngine
C++
[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"E0C0FFE1-7eea-4ee2-b7e4-0080c7eb0b74")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] 
public interface class IVsaEngine
J#
/** @attribute 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.") */ 
/** @attribute GuidAttribute("E0C0FFE1-7eea-4ee2-b7e4-0080c7eb0b74") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
public interface IVsaEngine
JScript
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("E0C0FFE1-7eea-4ee2-b7e4-0080c7eb0b74") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
public interface IVsaEngine
平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)
请参见

标记 :


Page view tracker