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