Partager via


IVsFileBackup.BackupFile, méthode

Persiste l'objet à un fichier unique

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pszBackupFileName
    Type : String

    [in] nom de fichier à persister.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

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

IVsFileBackup.BackupFile ne doit modifier aucun état interne, mais doit désactiver le bit modifié secondaire. BackupFile doit retourner STG_S_DATALOSS ou STG_E_INVALIDCODEPAGE s'il n'y a aucun moyen de persister à un fichier sans perte de données.

Sécurité .NET Framework

Voir aussi

Référence

IVsFileBackup Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms