FPCContentGroup.Item
Method
Retrieves the given content type from the object.
VBScript Syntax[VBScript]
[ vItem = ] FPCContentGroup.Item( lIndex )
C++ Syntax[C++]
HRESULT Item(
long lIndex,
VARIANT *pvItem
);
Parameters
- lIndex
- Required. Long value that contains the one-based index of the
type to retrieve.
Return Value
- vItem
- If successful, returns the given content type from the object;
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
FPCContentGroup