SubordinateDocData.Load(String, Boolean) 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 handles actual serialization, so Load operation is a no-op.
protected:
override void Load(System::String ^ fileName, bool isReload);
protected override void Load (string fileName, bool isReload);
override this.Load : string * bool -> unit
Protected Overrides Sub Load (fileName As String, isReload As Boolean)
Parameters
- fileName
- String
- isReload
- Boolean