次の方法で共有


VsTextManagerClass.AdjustFileChangeIgnoreCount Method

Increases or decreases the ignore count for file changes.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function AdjustFileChangeIgnoreCount ( _
    pBuffer As IVsTextBuffer, _
    fIgnore As Integer _
) As Integer
'Usage
Dim instance As VsTextManagerClass 
Dim pBuffer As IVsTextBuffer 
Dim fIgnore As Integer 
Dim returnValue As Integer 

returnValue = instance.AdjustFileChangeIgnoreCount(pBuffer, _
    fIgnore)
public virtual int AdjustFileChangeIgnoreCount(
    IVsTextBuffer pBuffer,
    int fIgnore
)
public:
virtual int AdjustFileChangeIgnoreCount(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] int fIgnore
)
public function AdjustFileChangeIgnoreCount(
    pBuffer : IVsTextBuffer, 
    fIgnore : int
) : int

Parameters

  • fIgnore
    Type: System.Int32

    [in] If true, then the ignore count is increased by a value of one. If false, then the ignore count is decreased by a value of one for the referenced buffer.

Return Value

Type: System.Int32

Implements

IVsTextManager.AdjustFileChangeIgnoreCount(IVsTextBuffer, Int32)

.NET Framework Security

See Also

Reference

VsTextManagerClass Class

VsTextManagerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace