다음을 통해 공유


ISnapshotDifference.TranslateToSnapshot Method

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

‘선언
Function TranslateToSnapshot ( _
    point As SnapshotPoint _
) As SnapshotPoint
SnapshotPoint TranslateToSnapshot(
    SnapshotPoint point
)
SnapshotPoint TranslateToSnapshot(
    SnapshotPoint point
)
abstract TranslateToSnapshot : 
        point:SnapshotPoint -> SnapshotPoint 
function TranslateToSnapshot(
    point : SnapshotPoint
) : SnapshotPoint

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.SnapshotPoint

.NET Framework Security

See Also

Reference

ISnapshotDifference Interface

Microsoft.VisualStudio.Text.Differencing Namespace