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
)
參數
- saveOptions
型別:Microsoft.VisualStudio.Shell.Interop.VSSAVEFLAGS
說明如何儲存文件的旗標。如需旗標的清單,請參閱VSSAVEFLAGS。
- fileName
型別:System.String%
文件的檔名。
- saveCanceled
型別:System.Int32%
已取消儲存位置] ; 若為 1, 否則,0。
- uiShell
型別:Microsoft.VisualStudio.Shell.Interop.IVsUIShell
Visual Studio 介面服務
傳回值
型別:System.Int32
S_OK如果此方法成功。 否則,它會傳回錯誤碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。