Share via


IStorage.RenameElement Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub RenameElement ( _
    pwcsOldName As String, _
    pwcsNewName As String _
)
void RenameElement(
    string pwcsOldName,
    string pwcsNewName
)
void RenameElement(
    [InAttribute] String^ pwcsOldName, 
    [InAttribute] String^ pwcsNewName
)
abstract RenameElement : 
        pwcsOldName:string * 
        pwcsNewName:string -> unit
function RenameElement(
    pwcsOldName : String, 
    pwcsNewName : String
)

Parameters

.NET Framework Security

See Also

Reference

IStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace