SubordinateDocData.Save(String) Method

Definition

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

Applies to