This document is archived and information here might be outdated. Recommended version. |
The target paths to be indexed.
[Visual Basic .NET] Public Property Paths As IStringArray
[C#] public IStringArray Paths {get; set;}
[C++]
HRESULT get_Paths(
IStringArray** ppPaths
);
[C++]
HRESULT put_Paths(
IStringArray* ppPaths
);
[C++] Parameters ppPaths [out, retval]
ppPaths is a parameter of type IStringArray** ppPaths [in]
ppPaths is a parameter of type IStringArray*