Table of Contents

Method GetNodeType

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

GetNodeType(string, ISyntaxNode, Point)

When implemented by a class, obtains information type of the SyntaxNode

object GetNodeType(string text, ISyntaxNode node, Point position)

Parameters

text string

Specifies source text.

node ISyntaxNode

Specifies ISyntaxNode representing a current language element.

position Point

Specifies starting position to search.

Returns

object

Object representing type of found member.