This documentation is archived and is not being maintained.

IJSVsaGlobalItem Interface

Note: This API is now obsolete.

Describes global objects added to the script engine.

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

[GuidAttribute(L"15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[ComVisibleAttribute(true)]
[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.")]
public interface class IJSVsaGlobalItem : IJSVsaItem

The IJSVsaGlobalItem type exposes the following members.

  NameDescription
Public propertyExposeMembersSets a value indicating whether the members of the global object should be made available to the script engine. [Not presently supported.]
Public propertyIsDirtyReturns a value indicating whether the current in-memory representation of the item differs from the persisted representation. (Inherited from IJSVsaItem.)
Public propertyItemTypeGets the specified object's type, as determined by the CreateItem method. (Inherited from IJSVsaItem.)
Public propertyNameSets or gets the name of the item. (Inherited from IJSVsaItem.)
Public propertyTypeStringGets or sets the type of the global item.
Top

  NameDescription
Public methodGetOptionGets implementation-specific options for a script engine. (Inherited from IJSVsaItem.)
Public methodSetOptionSets implementation-specific options for a script engine. (Inherited from IJSVsaItem.)
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: