DocData.IVsFileBackup.BackupFile(String) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Make a single file backup of this document.
 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsFileBackup.BackupFile(System::String ^ pszBackupFileName) = Microsoft::VisualStudio::TextManager::Interop::IVsFileBackup::BackupFile;int IVsFileBackup.BackupFile(string pszBackupFileName);abstract member Microsoft.VisualStudio.TextManager.Interop.IVsFileBackup.BackupFile : string -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsFileBackup.BackupFile : string -> intFunction BackupFile (pszBackupFileName As String) As Integer Implements IVsFileBackup.BackupFileParameters
- pszBackupFileName
- String