IJSVsaItem Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.JScript.Vsa
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Return to top
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.
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
| Name | Description | |
|---|---|---|
![]() | IsDirty | Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation. |
![]() | ItemType | Gets the specified object's type, as determined by the CreateItem method. |
![]() | Name | Sets or gets the name of the item. |
| Name | Description | |
|---|---|---|
![]() | GetOption(String^) | Gets implementation-specific options for a script engine. |
![]() | SetOption(String^, Object^) | Sets implementation-specific options for a script engine. |
.NET Framework
Available since 4.0
Available since 4.0
Show:

