Compartir a través de


IVsFileBackup.BackupFile (Método)

Conserva el objeto a un único archivo

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function BackupFile ( _
    pszBackupFileName As String _
) As Integer
int BackupFile(
    string pszBackupFileName
)
int BackupFile(
    [InAttribute] String^ pszBackupFileName
)
abstract BackupFile : 
        pszBackupFileName:string -> int
function BackupFile(
    pszBackupFileName : String
) : int

Parámetros

  • pszBackupFileName
    Tipo: String

    [in] Nombre de archivo a conservar.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsFileBackup::BackupFile(
   [in] LPCOLESTR pszBackupFileName
);

IVsFileBackup.BackupFile no debe modificar ningún estado interno, pero debe borrar el bit incorrecto secundario. BackupFile debe devolver STG_S_DATALOSS o STG_E_INVALIDCODEPAGE si no hay ninguna manera de guardar en un archivo sin pérdida de datos.

Seguridad de .NET Framework

Vea también

Referencia

IVsFileBackup Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)