Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
A position in a ITextBuffer that can be mapped within a IBufferGraph.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaração
Public Interface IMappingPoint
public interface IMappingPoint
public interface class IMappingPoint
type IMappingPoint = interface end
public interface IMappingPoint
The IMappingPoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
AnchorBuffer | The ITextBuffer from which this point was created. |
![]() |
BufferGraph | Gets the IBufferGraph that this point uses to perform the mapping. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetInsertionPoint | Maps the point to an insertion point in a matching ITextBuffer. |
![]() |
GetPoint(ITextBuffer, PositionAffinity) | Maps the point to a particular ITextBuffer. |
![]() |
GetPoint(Predicate<ITextBuffer>, PositionAffinity) | Maps the point to a matching ITextBuffer. |
![]() |
GetPoint(ITextSnapshot, PositionAffinity) | Maps the point to a particular ITextSnapshot. |
Top
.gif)
.gif)