AuthoringSink::FindNames Property
Visual Studio 2015
Indicates whether identifiers are to be looked for.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanReturns true if searching of names is to be done; otherwise, returns false (name searching is not allowed).
This property is queried by the parser to determine if it should deal with finding member and method names while parsing and if so, call the methods QualifyName and StartName. This property examines the ParseReason and returns true if it is
MemberSelect, CompleteWord, MemberSelectAndHighlightBraces, DisplayMemberList, QuickInfo, MethodTip, or Autos.
Show: