BinaryLinkShapeSerializer::UseRelationshipId Method (ElementLink^, SerializationContext^)

 

Calculate whether the BinaryLinkShape should serialize its relationship to the presented link using an Id or its source and target shapes.

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

protected:
bool UseRelationshipId(
	ElementLink^ link,
	SerializationContext^ serializationContext
)

Return Value

Type: System::Boolean

Calculate whether the BinaryLinkShape should serialize its relationship to the presented link by using an ID or its source and target shapes.

Return to top
Show: