DocData.BackupFile Method

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Overridable Function BackupFile ( _
    backupFileName As String _
) As Boolean
'使用
Dim backupFileName As String
Dim returnValue As Boolean

returnValue = Me.BackupFile(backupFileName)
protected virtual bool BackupFile(
    string backupFileName
)
protected:
virtual bool BackupFile(
    String^ backupFileName
)
protected function BackupFile(
    backupFileName : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace