IJSVsaItem Interface

.NET Framework (current version)
 
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)

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

NameDescription
System_CAPS_pubpropertyIsDirty

Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation.

System_CAPS_pubpropertyItemType

Gets the specified object's type, as determined by the CreateItem method.

System_CAPS_pubpropertyName

Sets or gets the name of the item.

NameDescription
System_CAPS_pubmethodGetOption(String^)

Gets implementation-specific options for a script engine.

System_CAPS_pubmethodSetOption(String^, Object^)

Sets implementation-specific options for a script engine.

.NET Framework
Available since 4.0
Return to top
Show: