This document is archived and information here might be outdated. Recommended version. |
Indicates whether the current item has been indexed.
[Visual Basic .NET] Public Function get_HasBeenIndexed ( _ ByVal pItemInfo As IItemInfo _ ) As Boolean
[C#] public bool get_HasBeenIndexed ( IItemInfo pItemInfo );
[C++]
HRESULT get_HasBeenIndexed(
IItemInfo* pItemInfo,
Boolean* pIndexed
);
[C++] Parameters pItemInfo [in]
pItemInfo is a parameter of type IItemInfo* pIndexed [out, retval]
pIndexed is a parameter of type bool*