Method GetSpecialMemberType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
GetSpecialMemberType(string, ISyntaxNode, ref string, ref Point, ref Point, out CodeCompletionScope)
Obtains information about a member of some language element in special cases.
public override object GetSpecialMemberType(string text, ISyntaxNode node, ref string name, ref Point position, ref Point endPos, out CodeCompletionScope scope)
Parameters
textstringText at specified position.
nodeISyntaxNodeSpecifies
ISyntaxNoderepresenting a current language element.namestringSpecifies name of the member to locate.
positionPointSpecifies position of language element.
endPosPointSpecifies end position of found language element in the code text and updates it if needed.
scopeCodeCompletionScopeRetrieves information about search constraints for this language element.
Returns
- object
Object representing information about found member.