Partilhar via


Método IVsIntellisenseProject.RenameFile (String, String, UInt32)

 

Renomeia um arquivo no projeto.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int RenameFile(
    string bstrAbsPath,
    string bstrNewAbsPath,
    uint itemid
)
int RenameFile(
    String^ bstrAbsPath,
    String^ bstrNewAbsPath,
    unsigned int itemid
)
abstract RenameFile : 
        bstrAbsPath:string *
        bstrNewAbsPath:string *
        itemid:uint32 -> int
Function RenameFile (
    bstrAbsPath As String,
    bstrNewAbsPath As String,
    itemid As UInteger
) As Integer

Parâmetros

  • bstrAbsPath
    [in] A seqüência de caracteres que contém o caminho completo e o nome do arquivo.
  • bstrNewAbsPath
    [in] A seqüência de caracteres que contém o caminho completo e o novo nome do arquivo.
  • itemid
    [in] Identificador de item do arquivo (VSITEMID).

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsIntellisenseProject
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo