Item method
Retrieves a string that specifies the name of a block format tag.
Syntax
HRESULT retVal = object.Item(pvarIndex, pbstrBlockFormat);
Parameters
- pvarIndex [in]
-
Type: VARIANT
Pointer to a VARIANT that specifies the index number of the item in the collection. - pbstrBlockFormat [out, retval]
-
Type: BSTR
Pointer to a BSTR that receives the name of the block format.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
There are no standards that apply here.
Show: