다음을 통해 공유


IBufferGraph.CreateMappingPoint 메서드

지정된 스냅숏 지점과 추적 모드를 사용하여 새 IMappingPoint를 만듭니다.

네임스페이스:  Microsoft.VisualStudio.Text.Projection
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
Function CreateMappingPoint ( _
    point As SnapshotPoint, _
    trackingMode As PointTrackingMode _
) As IMappingPoint
IMappingPoint CreateMappingPoint(
    SnapshotPoint point,
    PointTrackingMode trackingMode
)
IMappingPoint^ CreateMappingPoint(
    SnapshotPoint point, 
    PointTrackingMode trackingMode
)
abstract CreateMappingPoint : 
        point:SnapshotPoint * 
        trackingMode:PointTrackingMode -> IMappingPoint
function CreateMappingPoint(
    point : SnapshotPoint, 
    trackingMode : PointTrackingMode
) : IMappingPoint

매개 변수

반환 값

형식: Microsoft.VisualStudio.Text.IMappingPoint
해당 버퍼 내에서 추적하고 그래프 내에서 매핑할 수 있는 IMappingPoint입니다.

.NET Framework 보안

참고 항목

참조

IBufferGraph 인터페이스

Microsoft.VisualStudio.Text.Projection 네임스페이스