IVsTextLinesEvents 인터페이스
클라이언트를의 변경 내용을 원본으로 사용 하는 텍스트 버퍼에 알립니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
<GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextLinesEvents
[GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")]
[InterfaceTypeAttribute()]
public interface IVsTextLinesEvents
[GuidAttribute(L"598D7074-DC17-4162-9A2F-97DD4540C2DD")]
[InterfaceTypeAttribute()]
public interface class IVsTextLinesEvents
[<GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")>]
[<InterfaceTypeAttribute()>]
type IVsTextLinesEvents = interface end
public interface IVsTextLinesEvents
IVsTextLinesEvents 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
OnChangeLineAttributes | 텍스트 줄 속성이 변경 된 경우 클라이언트를 알립니다. | |
OnChangeLineText | 텍스트 줄 버퍼에서의 내용이 변경 될 때 클라이언트를 알립니다. |
위쪽
설명
구현에서 IVsTextLinesEvents 인터페이스 클라이언트 개체는 텍스트 버퍼에 변경 알림을 받을 수 있습니다. 이 인터페이스를 사용 하 여 텍스트 버퍼를 노출의 IConnectionPointContainer 인터페이스에서 텍스트 버퍼 줄의 알림을 받으려면 버퍼의 변경. 변경 내용은 행/인덱스 2 차원 좌표계에 표현 됩니다.
구현자 참고 사항
텍스트 버퍼에서 줄에 변경 알림을 받을 클라이언트에서 구현 됩니다.
호출자 참고 사항
텍스트 버퍼의 텍스트를 변경 하거나 특성 버퍼에서 호출 됩니다.