DocData.SaveDocDataToFile 方法
將文件儲存至特定位置。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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 shell 服務
傳回值
類型:System.Int32
如果此方法成功則為 S_OK,否則它會傳回錯誤碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。