IStorage.RenameElement(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RenameElement(System::String ^ pwcsOldName, System::String ^ pwcsNewName);
public:
void RenameElement(Platform::String ^ pwcsOldName, Platform::String ^ pwcsNewName);
void RenameElement(std::wstring const & pwcsOldName, std::wstring const & pwcsNewName);
public void RenameElement (string pwcsOldName, string pwcsNewName);
abstract member RenameElement : string * string -> unit
Public Sub RenameElement (pwcsOldName As String, pwcsNewName As String)
Parameters
- pwcsOldName
- String
- pwcsNewName
- String