RenameFile Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Function RenameFile ( _
    bstrAbsPath As String, _
    bstrNewAbsPath As String, _
    itemid As UInteger _
) As Integer
'Usage
Dim instance As IVsIntellisenseProject
Dim bstrAbsPath As String
Dim bstrNewAbsPath As String
Dim itemid As UInteger
Dim returnValue As Integer

returnValue = instance.RenameFile(bstrAbsPath, _
    bstrNewAbsPath, itemid)
int RenameFile(
    string bstrAbsPath,
    string bstrNewAbsPath,
    uint itemid
)
int RenameFile(
    [InAttribute] String^ bstrAbsPath, 
    [InAttribute] String^ bstrNewAbsPath, 
    [InAttribute] unsigned int itemid
)
abstract RenameFile : 
        bstrAbsPath:string * 
        bstrNewAbsPath:string * 
        itemid:uint32 -> int 
function RenameFile(
    bstrAbsPath : String, 
    bstrNewAbsPath : String, 
    itemid : uint
) : int

Parameters

Return Value

Type: System..::..Int32

See Also

Reference

IVsIntellisenseProject Interface

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace