Table of Contents

Method GetCodeSnippetRangeAt

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetCodeSnippetRangeAt(Point)

When implemented by a class, locates code snippet at specified position.

ICodeSnippetRange GetCodeSnippetRangeAt(Point position)

Parameters

position Point

Position to evaluate.

Returns

ICodeSnippetRange

ICodeSnippetRange at specified position if succeed; otherwise null.