Table of Contents

Method GetCodeSnippetRangeAt

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

GetCodeSnippetRangeAt(Point)

Locates code snippet at specified position.

public virtual ICodeSnippetRange GetCodeSnippetRangeAt(Point position)

Parameters

position Point

Position to evaluate.

Returns

ICodeSnippetRange

ICodeSnippetRange at specified position if succeed; otherwise null.