DocData.ReloadDocData(UInt32) 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.
Reloads the document data.
public:
virtual int ReloadDocData(System::UInt32 flags);
public int ReloadDocData (uint flags);
abstract member ReloadDocData : uint32 -> int
override this.ReloadDocData : uint32 -> int
Public Function ReloadDocData (flags As UInteger) As Integer
Parameters
- flags
- UInt32
Indicates whether or not to ignore the next file change when reloading the document data.
Returns
Implements
Remarks
Notes about flags parameter: We always discard the undo stack on reload, so the RDD_RemoveUndoStack flag is ignored. We support IVsFileChangeControl, so we should not be called with RDD_IgnoreFileChange.