共用方式為


DocData.CanSave 方法

確認使用者是否可以取消儲存作業。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Overridable Function CanSave ( _
    allowUserInterface As Boolean _
) As Boolean
protected virtual bool CanSave(
    bool allowUserInterface
)

參數

  • allowUserInterface
    類型:System.Boolean
    true 表示讓使用者決定是否要儲存文件或取消,false 表示會自動儲存文件。

傳回值

類型:System.Boolean
如果使用者可以取消儲存作業,則為 false,否則為 true。

.NET Framework 安全性

請參閱

參考

DocData 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間