This documentation is archived and is not being maintained.

IJSVsaItem Interface

Note: This API is now obsolete.

Defines an interface for all items added to the .NET script engine, including code items, reference items, and global items. It defines generic properties and methods that apply to all item types recognized by the engine.

Namespace:  Microsoft.JScript.Vsa
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[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.")]
[ComVisibleAttribute(true)]
[GuidAttribute(L"1F2377AC-8A09-417B-89DC-D146769F0B45")]
public interface class IJSVsaItem

The IJSVsaItem type exposes the following members.

  NameDescription
Public propertyIsDirtyReturns a value indicating whether the current in-memory representation of the item differs from the persisted representation.
Public propertyItemTypeGets the specified object's type, as determined by the CreateItem method.
Public propertyNameSets or gets the name of the item.
Top

  NameDescription
Public methodGetOptionGets implementation-specific options for a script engine.
Public methodSetOptionSets implementation-specific options for a script engine.
Top

.NET Framework

Obsolete (compiler warning) in 4

.NET Framework Client Profile

Obsolete (compiler warning) in 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: