DocData.IgnoreFileChanges(Int32) 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.
IVsDocDataFileChangeControl interface implementation. Allows clients such as SCC to inform the DocData to ignore file changes (in the case a file is reloaded from SCC, for example).
public:
virtual int IgnoreFileChanges(int ignore);
public int IgnoreFileChanges (int ignore);
abstract member IgnoreFileChanges : int -> int
override this.IgnoreFileChanges : int -> int
Public Function IgnoreFileChanges (ignore As Integer) As Integer
Parameters
- ignore
- Int32