Share via


ModelExplorerTreeContainer.VisitRelationships Property

Gets relationships (links between domain elements) and verifies whether the relationships should be included as part of the element traversal.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property VisitRelationships As Boolean
'Usage
Dim value As Boolean 

value = Me.VisitRelationships
protected virtual bool VisitRelationships { get; }
protected:
virtual property bool VisitRelationships {
    bool get ();
}
protected function get VisitRelationships () : boolean

Property Value

Type: System.Boolean
true if relationships should be included as part of the element traversal; otherwise, false.

Remarks

By default, this value is true.

.NET Framework Security

See Also

Reference

ModelExplorerTreeContainer Class

ModelExplorerTreeContainer Members

Microsoft.VisualStudio.Modeling.Shell Namespace