This documentation is archived and is not being maintained.
IVsaCodeItem Interface
.NET Framework 1.1
Represents a code item to be compiled by the script engine.
For a list of all members of this type, see IVsaCodeItem Members.
Microsoft.Vsa.IVsaItem
Microsoft.Vsa.IVsaCodeItem
[Visual Basic] <Guid("E0C0FFE7-7eea-4ee5-b7e4-0080c7eb0b74")> <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface IVsaCodeItem Inherits IVsaItem [C#] [Guid("E0C0FFE7-7eea-4ee5-b7e4-0080c7eb0b74")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IVsaCodeItem : IVsaItem [C++] [Guid("E0C0FFE7-7eea-4ee5-b7e4-0080c7eb0b74")] [InterfaceType(ComInterfaceType::InterfaceIsIUnknown)] public __gc __interface IVsaCodeItem : public IVsaItem [JScript] public Guid("E0C0FFE7-7eea-4ee5-b7e4-0080c7eb0b74") InterfaceType(ComInterfaceType.InterfaceIsIUnknown) interface IVsaCodeItem implements IVsaItem
Remarks
The specified code item can contain classes, modules, or other source text.
No permissions are required for calling any members of the IVsaCodeItem interface.
The script engine implements this interface in order to add code items.
Requirements
Namespace: Microsoft.Vsa
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
See Also
Show: