FPCSignaledAlerts.Item
Method
Retrieves the given FPCSignaledAlert object from the
collection.
VBScript Syntax[VBScript]
[ vItem = ] FPCSignaledAlerts.Item( vIndexOrEventGuid, vAdditionalKey )
C++ Syntax[C++]
HRESULT Item(
VARIANT vIndexOrEventGuid,
VARIANT vAdditionalKey,
IFPCSignaledAlert **pvItem
);
Parameters
- vIndexOrEventGuid
- Required. Event globally unique identifier (GUID) or one-based
index of the object to retrieve.
- vAdditionalKey
- Required if vIndex contains an event GUID, optional if
vIndex contains one-based index. See FPCAlert.AdditionalKey.
Return Value
- vItem
- If successful, returns a reference to an object of type
FPCSignaledAlert, otherwise:
- In C++, returns an error code and a null object.
- In scripting languages and in Visual Basic, an error is raised
and can be intercepted by using an error handler.
Applies To
FPCSignaledAlerts