다음을 통해 공유


VsTextManagerClass.IgnoreNextFileChange 메서드

다음 파일이 변경 무시할 수 있음을 알려 줍니다.

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

구문

‘선언
Public Overridable Function IgnoreNextFileChange ( _
    pBuffer As IVsTextBuffer _
) As Integer
public virtual int IgnoreNextFileChange(
    IVsTextBuffer pBuffer
)
public:
virtual int IgnoreNextFileChange(
    [InAttribute] IVsTextBuffer^ pBuffer
)
abstract IgnoreNextFileChange : 
        pBuffer:IVsTextBuffer -> int  
override IgnoreNextFileChange : 
        pBuffer:IVsTextBuffer -> int
public function IgnoreNextFileChange(
    pBuffer : IVsTextBuffer
) : int

매개 변수

반환 값

형식: Int32

구현

IVsTextManager.IgnoreNextFileChange(IVsTextBuffer)

.NET Framework 보안

참고 항목

참조

VsTextManagerClass 클래스

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