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
매개 변수
pBuffer
형식: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] 에 대 한 포인터를 IVsTextBuffer 인터페이스를 건너뛰기 횟수를 설정 합니다.
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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.