Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |