AuthoringSink.FindNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this property to find if your parser should call StartName or QualifyName
public:
property bool FindNames { bool get(); };
public:
property bool FindNames { bool get(); };
public bool FindNames { get; }
member this.FindNames : bool
Public ReadOnly Property FindNames As Boolean
Property Value
Returns true
if searching of names is to be done; otherwise, returns false
(name searching is not allowed).
Remarks
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.