FPCProtocolDefinitions.Item
Method
Retrieves the given FPCProtocolDefinition object from the
collection.
VBScript Syntax[VBScript]
[ vItem = ] FPCProtocolDefinitions.Item( vIndex )
C++ Syntax[C++]
HRESULT Item(
VARIANT vIndex,
IFPCProtocolDefinition **pvItem
);
Parameters
- vIndex
- Required. Number that specifies the one-based index of the
object to retrieve.
Return Value
- vItem
- If successful, returns a reference to an object of type
FPCProtocolDefinition; 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
FPCProtocolDefinitions