Diagram::CanDeserializationReroute Property
Visual Studio 2015
Gets the diagram and verifies whether it allows rerouting during serialization.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Property Value
Type: System::Booleantrue if the diagram allows rerouting during serialization; otherwise, false.
By default, the return value is false. In general, rerouting is not allowed during serialization. However, some designers might need this behavior if their routes are always calculated.
Show: