IStorage.MoveElementTo(String, IStorage, String, UInt32) Method

Definition

public:
 void MoveElementTo(System::String ^ pwcsName, Microsoft::VisualStudio::OLE::Interop::IStorage ^ pstgDest, System::String ^ pwcsNewName, System::UInt32 grfFlags);
public:
 void MoveElementTo(Platform::String ^ pwcsName, Microsoft::VisualStudio::OLE::Interop::IStorage ^ pstgDest, Platform::String ^ pwcsNewName, unsigned int grfFlags);
void MoveElementTo(std::wstring const & pwcsName, Microsoft::VisualStudio::OLE::Interop::IStorage const & pstgDest, std::wstring const & pwcsNewName, unsigned int grfFlags);
public void MoveElementTo (string pwcsName, Microsoft.VisualStudio.OLE.Interop.IStorage pstgDest, string pwcsNewName, uint grfFlags);
abstract member MoveElementTo : string * Microsoft.VisualStudio.OLE.Interop.IStorage * string * uint32 -> unit
Public Sub MoveElementTo (pwcsName As String, pstgDest As IStorage, pwcsNewName As String, grfFlags As UInteger)

Parameters

pwcsName
String
pstgDest
IStorage
pwcsNewName
String
grfFlags
UInt32

Applies to