Freigeben über


IScriptScriptlet Interface

An object that implements the IScriptScriptlet interface represents an event handler script.

In addition to the methods inherited from IScriptEntry, the IScriptScriptlet interface exposes the following methods.

Methods in Vtable Order

Method Description
IScriptScriptlet::GetEventName Returns the name of the event that is associated with the scriptlet.
IScriptScriptlet:: GetSimpleEventName Returns the simple event name that is associated with a scriptlet. This is a single-word name that does not contain any white space.
IScriptScriptlet::GetSubItemName Returns the last identifier in the fully qualified name of a scriptlet's object host.
IScriptScriptlet::SetEventName Sets the name of the event that is associated with the scriptlet.
IScriptScriptlet::SetSimpleEventName Sets the simple event name that is associated with a scriptlet. This is a single-word name that does not contain any white space.
IScriptScriptlet::SetSubItemName Sets the last identifier in the fully qualified name of a scriptlet's object host.

See also

Active Script Authoring Interfaces