다음을 통해 공유


IVsTextManager.AdjustFileChangeIgnoreCount 메서드

나의 파일 변경 내용이 무시 수를 낮춥니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Function AdjustFileChangeIgnoreCount ( _
    pBuffer As IVsTextBuffer, _
    fIgnore As Integer _
) As Integer
int AdjustFileChangeIgnoreCount(
    IVsTextBuffer pBuffer,
    int fIgnore
)
int AdjustFileChangeIgnoreCount(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] int fIgnore
)
abstract AdjustFileChangeIgnoreCount : 
        pBuffer:IVsTextBuffer * 
        fIgnore:int -> int
function AdjustFileChangeIgnoreCount(
    pBuffer : IVsTextBuffer, 
    fIgnore : int
) : int

매개 변수

  • fIgnore
    형식: Int32

    [in] 경우 true, 무시 수의 하나의 값으로 증가 하 고 있습니다. 경우 false, ignore count 값이 참조 된 버퍼에 의해 감소 하 고 있습니다.

반환 값

형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.

설명

COM 시그니처

Textmgr.idl에서:

HRESULT IVsTextManager::AdjustFileChangeIgnoreCount(
   [in] IVsTextBuffer *pBuffer,
   [in] BOOL fIgnore
);

텍스트 버퍼에 변경 내용을 무시 하도록 건너뛰기 횟수를 나타냅니다. 건너뛰기 카운트 설정 되어 있지 않으면 변경 내용을 버퍼에에서 대화 상자나 다른 알림에서 제공 되 고 사용자가 발생할 수 있습니다. 예를 들어, 텍스트 버퍼와 연결 된 파일 소스 제어에서 사용 중인 외부에서이 파일에 변경 된 경우 시스템 건너뛰기 횟수 설정 되지 않은 경우 파일을 다시 로드 하는 사용자 질의할 수 있습니다.

Ignore count 증분 및 증가 한 값으로 때마다 IVsTextManager.AdjustFileChangeIgnoreCount 라고 하 고 값이 true 에 대 한 지정 된는 bIgnore 매개 변수. Ignore count는 0으로 반환 될 때까지 파일 변경 알림을 무시를 호출 하 여 IVsTextManager.AdjustFileChangeIgnoreCount 값을 지정 하 고 false 에 대 한 bIgnore.

.NET Framework 보안

참고 항목

참조

IVsTextManager 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스