ElementWalker.IncludeLinks 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.
Returns true if the walker will include element links in calls to the visitor function
public:
property bool IncludeLinks { bool get(); };
public bool IncludeLinks { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IncludeLinks : bool
Public ReadOnly Property IncludeLinks As Boolean
Property Value
bool
- Attributes