IVsaScriptCodeItem Interface

 

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

Defines extra functionality that is needed by an IActiveScript host.

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

[GuidAttribute("E0C0FFE8-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface class IVsaScriptCodeItem : IJSVsaCodeItem, IJSVsaItem

NameDescription
System_CAPS_pubpropertyCodeDOM

Gets the code document object model (CodeDOM) represented in the code item.(Inherited from IJSVsaCodeItem.)

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_pubpropertySourceText

Sets or gets the text of a specified code item, including auto-generated code, if any.(Inherited from IJSVsaCodeItem.)

System_CAPS_pubpropertyStartColumn

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets or sets the column number in the line where this code starts.

System_CAPS_pubpropertyStartLine

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets or sets the line number where this code starts.

NameDescription
System_CAPS_pubmethodAddEventSource(String^, String^)

Adds an event source to the code item. The code item uses the event source to hook up an event to the named event source by calling the IVsaSite.GetEventSourceInstance method, which is implemented by the host.(Inherited from IJSVsaCodeItem.)

System_CAPS_pubmethodAppendSourceText(String^)

Appends specified text to the end of the code item.(Inherited from IJSVsaCodeItem.)

System_CAPS_pubmethodExecute()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, compiles and runs this code.

System_CAPS_pubmethodGetOption(String^)

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

System_CAPS_pubmethodRemoveEventSource(String^)

Removes the specified event source from the code item.(Inherited from IJSVsaCodeItem.)

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: