Udostępnij za pośrednictwem


AuthoringSink.FindNames Property

Indicates whether identifiers are to be looked for.

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

Syntax

'Declaration
Public ReadOnly Property FindNames As Boolean
'Usage
Dim instance As AuthoringSink 
Dim value As Boolean 

value = instance.FindNames
public bool FindNames { get; }
public:
property bool FindNames {
    bool get ();
}
public function get FindNames () : boolean

Property Value

Type: System.Boolean
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.

.NET Framework Security

See Also

Reference

AuthoringSink Class

AuthoringSink Members

Microsoft.VisualStudio.Package Namespace