Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property VisitRelationships As Boolean
protected virtual bool VisitRelationships { get; }
protected:
virtual property bool VisitRelationships {
bool get ();
}
abstract VisitRelationships : bool
override VisitRelationships : bool
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.