BaseDocData.OnIgnoreFileChanges Method
Called by the shell to notify whether a file change must be ignored.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Function OnIgnoreFileChanges ( _
fIgnore As Integer _
) As Integer
'Usage
Dim fIgnore As Integer
Dim returnValue As Integer
returnValue = Me.OnIgnoreFileChanges(fIgnore)
protected virtual int OnIgnoreFileChanges(
int fIgnore
)
protected:
virtual int OnIgnoreFileChanges(
int fIgnore
)
protected function OnIgnoreFileChanges(
fIgnore : int
) : int
abstract OnIgnoreFileChanges :
fIgnore:int -> int
override OnIgnoreFileChanges :
fIgnore:int -> int
Parameters
- fIgnore
Type: System.Int32
Specifies whether a file change must be ignored. Ignore change if non-zero.
Return Value
Type: System.Int32
Returns VSConstants.S_OK.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace