This document is archived and information here might be outdated. Recommended version. |
The array of possible target paths that each item is replaced with.
[Visual Basic .NET] Public Property NewPaths As IStringArray
[C#] public IStringArray NewPaths {get; set;}
[C++]
HRESULT get_NewPaths(
IStringArray* ppPaths
);
[C++]
HRESULT putref_NewPaths(
IStringArray** ppPaths
);
[C++] Parameters ppPaths [in]
ppPaths is a parameter of type IStringArray* ppPaths [out, retval]
ppPaths is a parameter of type IStringArray**