|  | This document is archived and information here might be outdated. Recommended version. | 
The remap.
[Visual Basic .NET] Public Property Remap As IRemap
[C#] public IRemap Remap {get; set;}
[C++]
HRESULT get_Remap(
  IRemap** Remap
);
[C++]
HRESULT putref_Remap(
  IRemap* Remap
);
[C++] Parameters Remap [out, retval]
Remap is a parameter of type IRemap** Remap [in]
Remap is a parameter of type IRemap*