AuthoringSink::FindNames Property

 

Indicates whether identifiers are to be looked for.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property bool FindNames {
	bool get();
}

Property Value

Type: System::Boolean

Returns 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.

Return to top
Show: