Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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. |