IVsaScriptScope Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines methods for resolving scope. The global scope object of the VsaEngine implements this interface.

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

[GuidAttribute("ED4BAE22-2F3C-419a-B487-CF869E716B95")]
[ComVisibleAttribute(true)]
public interface IVsaScriptScope : IJSVsaItem

NameDescription
System_CAPS_pubpropertyIsDirty

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

System_CAPS_pubpropertyItemType

Gets the specified object's type, as determined by the CreateItem method.(Inherited from IJSVsaItem.)

System_CAPS_pubpropertyName

Sets or gets the name of the item.(Inherited from IJSVsaItem.)

System_CAPS_pubpropertyParent

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets a reference to the parent object.

NameDescription
System_CAPS_pubmethodAddItem(String, JSVsaItemType)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, adds an item to the scope.

System_CAPS_pubmethodCreateDynamicItem(String, JSVsaItemType)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, adds an item to the scope. The VsaEngine must be running to use this method.

System_CAPS_pubmethodGetItem(String)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the item from the scope that is designated by the specified name.

System_CAPS_pubmethodGetItemAtIndex(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the item from the scope that is designated by the specified index value.

System_CAPS_pubmethodGetItemCount()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the number of items in the scope.

System_CAPS_pubmethodGetObject()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets a reference to the global scope.

System_CAPS_pubmethodGetOption(String)

Gets implementation-specific options for a script engine.(Inherited from IJSVsaItem.)

System_CAPS_pubmethodRemoveItem(IJSVsaItem)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, removes the specified IJSVsaItem object from the scope.

System_CAPS_pubmethodRemoveItem(String)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, removes the item that is designated by the specified name from the scope.

System_CAPS_pubmethodRemoveItemAtIndex(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, removes the item that is designated by the specified index value from the scope.

System_CAPS_pubmethodSetOption(String, Object)

Sets implementation-specific options for a script engine.(Inherited from IJSVsaItem.)

.NET Framework
Available since 1.1
Return to top
Show: