Click or drag to resize

FindByTextVisitHiddenRefs Property

Returns false for FindByText, because we don't want to match hidden text.

Namespace:  Nova.Analysis
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool VisitHiddenRefs { get; }

Property Value

Type: Boolean

Implements

IVisitorVisitHiddenRefs
Remarks
See HiddenRef for more information.
See Also