다음을 통해 공유


IVsPreliminaryTextChangeCommitEvents 인터페이스

텍스트 버퍼 이벤트를 트리거할 수 커밋 제스처의 클라이언트에 알립니다 및 변경할 텍스트 범위를 제공 합니다.

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

구문

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("7F57B996-148B-46DE-A261-B1A02E6D9DBA")> _
Public Interface IVsPreliminaryTextChangeCommitEvents _
    Inherits IVsFinalTextChangeCommitEvents
[InterfaceTypeAttribute()]
[GuidAttribute("7F57B996-148B-46DE-A261-B1A02E6D9DBA")]
public interface IVsPreliminaryTextChangeCommitEvents : IVsFinalTextChangeCommitEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"7F57B996-148B-46DE-A261-B1A02E6D9DBA")]
public interface class IVsPreliminaryTextChangeCommitEvents : IVsFinalTextChangeCommitEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7F57B996-148B-46DE-A261-B1A02E6D9DBA")>]
type IVsPreliminaryTextChangeCommitEvents =  
    interface 
        interface IVsFinalTextChangeCommitEvents 
    end
public interface IVsPreliminaryTextChangeCommitEvents extends IVsFinalTextChangeCommitEvents

IVsPreliminaryTextChangeCommitEvents 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 OnChangesCommitted

위쪽

설명

IVsPreliminaryTextChangeCommitEvents유사한 IVsFinalTextChangeCommitEvents 인쇄 될 때를 제외 하 고. IVsPreliminaryTextChangeCommitEvents다른 이벤트 전에 다른 이벤트와 마찬가지로 Visual Basic 꽤 목록 작성, 텍스트 버퍼 클라이언트가 조작할 수 있도록 적절 하 게, 발생 됩니다 가져옵니다.

구현자 참고 사항

구현 IVsPreliminaryTextChangeCommitEvents 에서 텍스트 버퍼 개체가 변경 알림을 수신 하는 클라이언트 개체 (VsTextBuffer). 사용 IVsPreliminaryTextChangeCommitEvents 다른 이벤트 하기 전에 이벤트에 응답 합니다. 다른 이벤트 하기 전에 수행할 수 있으면 예를 들어, 꽤 Visual Basic 목록 원치 않는 텍스트를 변경할 수 있습니다. 이 인터페이스를 사용 하 여 텍스트 버퍼를 노출의 IConnectionPointContainer 텍스트 버퍼 개체의 인터페이스 (VsTextBuffer). 자세한 내용은 방법: 레거시 api 텍스트 버퍼 이벤트에 등록 하십시오를 참조하십시오.

참고 항목

참조

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