SubordinateDocData.Save(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subordinate files are assumed to have some "parent" DocData object that usually handles actual serialization Save operation is a no-op except in the case of SaveAs.
protected:
override void Save(System::String ^ fileName);
protected override void Save (string fileName);
override this.Save : string -> unit
Protected Overrides Sub Save (fileName As String)
Parameters
- fileName
- String