Share via


DocData.IgnoreFileChanges(Int32) Method

Definition

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

Returns

Implements

Applies to