ModelExplorerTreeContainer.VisitRelationships 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.
Indicates whether relationships (links) should be included as part of the element traversal. The default value is true.
protected:
virtual property bool VisitRelationships { bool get(); };
protected virtual bool VisitRelationships { get; }
member this.VisitRelationships : bool
Protected Overridable ReadOnly Property VisitRelationships As Boolean