Method GetSpecialMemberType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
GetSpecialMemberType(string, ISyntaxNode, ref string, ref Point, ref Point, out CodeCompletionScope)
When implemented by a class, obtains information about some language element to perform code completion related operations in special cases.
object GetSpecialMemberType(string text, ISyntaxNode node, ref string name, ref Point position, ref Point endPos, out CodeCompletionScope scope)
Parameters
text
stringSpecifies source text.
node
ISyntaxNodeSpecifies
ISyntaxNode
representing current language element.name
stringRetrieves name of found language element.
position
PointSpecifies position of found language element in the code text and updates it if needed.
endPos
PointSpecifies end position of found language element in the code text and updates it if needed.
scope
CodeCompletionScopeRetrieves information about search constraints for the language element.
Returns
- object
Object representing information about language element to complete.