DocData.IVsFileBackup.IsBackupFileObsolete 方法
取得備份檔案是否為最新狀態。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Private Function IsBackupFileObsolete ( _
<OutAttribute> ByRef pbObsolete As Integer _
) As Integer Implements IVsFileBackup.IsBackupFileObsolete
int IVsFileBackup.IsBackupFileObsolete(
out int pbObsolete
)
參數
- pbObsolete
型別:System.Int32%
如果備份檔案與存放區中的文件相同,則為零。
傳回值
型別:System.Int32
實作
IVsFileBackup.IsBackupFileObsolete(Int32%)
備註
請注意,即使文件尚未儲存備份檔案可以是最新狀態。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。