IStorageMoveElementTo Method |
Moves an element to another storage object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid MoveElementTo(
string pwcsName,
IStorage stgDest,
string pwcsNewName,
int grfFlags
)
Parameters
- pwcsName String
- The name of the element to move.
- stgDest IStorage
- The destination storage object.
- pwcsNewName String
- The new name of the moved element.
- grfFlags Int32
- The move flags.
See Also