BinaryLinkShapeSerializer::UseRelationshipId Method (ElementLink^, SerializationContext^)
Visual Studio 2015
Calculate whether the BinaryLinkShape should serialize its relationship to the presented link using an Id or its source and target shapes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: bool UseRelationshipId( ElementLink^ link, SerializationContext^ serializationContext )
Parameters
- link
- Type: Microsoft.VisualStudio.Modeling::ElementLink^
- serializationContext
- Type: Microsoft.VisualStudio.Modeling::SerializationContext^
Return Value
Type: System::BooleanCalculate whether the BinaryLinkShape should serialize its relationship to the presented link by using an ID or its source and target shapes.
Show: