Table of Contents

Method CodeCompletion

Namespace
Alternet.Syntax.Parsers.XAML
Assembly
Alternet.Syntax.Parsers.XAML.v9.dll

CodeCompletion(Point, CodeCompletionArgs, ISyntaxNode, string, ref string)

Performs code completion for the specified text representing language element.

public void CodeCompletion(Point position, CodeCompletionArgs e, ISyntaxNode node, string text, ref string name)

Parameters

position Point

Specifies current position in text.

e CodeCompletionArgs

A CodeCompletionArgs that contains data for the code completion event.

node ISyntaxNode

SyntaxNode for codecompletion.

text string

Specifies source text.

name string

Retrieves name of found language element.