DocData.SaveSubordinateFile 方法
儲存附屬於此文件的指定文件,例如圖表檔案。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Protected Friend Overridable Sub SaveSubordinateFile ( _
subordinateDocument As DocData, _
fileName As String _
)
protected internal virtual void SaveSubordinateFile(
DocData subordinateDocument,
string fileName
)
參數
- subordinateDocument
類型:Microsoft.VisualStudio.Modeling.Shell.DocData
從屬檔案。
- fileName
類型:System.String
附屬檔案的檔名。
備註
如果文件有它通常維護資料的所有附屬檔案 (例如圖表檔) 則必須儲存資料為該檔案中,這個從屬明確要求儲存自己。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。