IMappingSpan 인터페이스
IBufferGraph 내에 매핑할 수 있는 ITextBuffer의 범위입니다.
네임스페이스: Microsoft.VisualStudio.Text
어셈블리: Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)
구문
‘선언
Public Interface IMappingSpan
public interface IMappingSpan
public interface class IMappingSpan
type IMappingSpan = interface end
public interface IMappingSpan
IMappingSpan 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
AnchorBuffer | 이 범위가 만들어진 ITextBuffer를 가져옵니다. |
![]() |
BufferGraph | 이 범위에서 매핑을 수행하는 데 사용할 IBufferGraph를 가져옵니다. |
![]() |
End | 이 범위의 끝 IMappingPoint를 가져옵니다. |
![]() |
Start | 이 범위의 시작 IMappingPoint를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
GetSpans(ITextBuffer) | 범위를 특정 ITextBuffer에 매핑합니다. |
![]() |
GetSpans(Predicate<ITextBuffer>) | 범위를 일치하는 ITextBuffer에 매핑합니다. |
![]() |
GetSpans(ITextSnapshot) | 범위를 특정 ITextSnapshot에 매핑합니다. |
위쪽