Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Make a single file backup of this document.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Private Function BackupFile ( _
pszBackupFileName As String _
) As Integer Implements IVsFileBackup.BackupFile
int IVsFileBackup.BackupFile(
string pszBackupFileName
)
private:
virtual int BackupFile(
String^ pszBackupFileName
) sealed = IVsFileBackup::BackupFile
private abstract BackupFile :
pszBackupFileName:string -> int
private override BackupFile :
pszBackupFileName:string -> int
JScript does not support explicit interface implementations.
Parameters
pszBackupFileName
Type: StringName of the backup file.
Return Value
Type: Int32
Implements
IVsFileBackup.BackupFile(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.