DocData.LoadDocData 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.
Overloads
LoadDocData(String, Boolean) |
Loads the document data from a given file name. Called by IVsPersistDocData2.LoadDocData and IVsPersistDocData2.ReloadDocData |
LoadDocData(String) |
Loads the document data from a given file name. |
LoadDocData(String, Boolean)
Loads the document data from a given file name. Called by IVsPersistDocData2.LoadDocData and IVsPersistDocData2.ReloadDocData
protected:
virtual int LoadDocData(System::String ^ fileName, bool isReload);
protected virtual int LoadDocData (string fileName, bool isReload);
abstract member LoadDocData : string * bool -> int
override this.LoadDocData : string * bool -> int
Protected Overridable Function LoadDocData (fileName As String, isReload As Boolean) As Integer
Parameters
- fileName
- String
Filename from which to load the document data.
- isReload
- Boolean
True if the DocData is reloading.
Returns
Applies to
LoadDocData(String)
Loads the document data from a given file name.
public:
virtual int LoadDocData(System::String ^ fileName);
public int LoadDocData (string fileName);
abstract member LoadDocData : string -> int
override this.LoadDocData : string -> int
Public Function LoadDocData (fileName As String) As Integer
Parameters
- fileName
- String
Filename from which to load the document data.