共用方式為


DocData.SaveDocDataToFile 方法

將文件儲存到指定的位置。

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

語法

'宣告
Protected Overridable Function SaveDocDataToFile ( _
    saveOptions As VSSAVEFLAGS, _
    <OutAttribute> ByRef fileName As String, _
    <OutAttribute> ByRef saveCanceled As Integer, _
    uiShell As IVsUIShell _
) As Integer
protected virtual int SaveDocDataToFile(
    VSSAVEFLAGS saveOptions,
    out string fileName,
    out int saveCanceled,
    IVsUIShell uiShell
)

參數

  • saveCanceled
    型別:System.Int32%
    已取消儲存位置] ; 若為 1, 否則,0。

傳回值

型別:System.Int32
S_OK如果此方法成功。 否則,它會傳回錯誤碼。

.NET Framework 安全性

請參閱

參考

DocData 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間