BinaryLinkShapeSerializer.UseRelationshipId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculate whether the BinaryLinkShape should serialize its relationship to the presented link using an Id or its source and target shapes.
protected:
bool UseRelationshipId(Microsoft::VisualStudio::Modeling::ElementLink ^ link, Microsoft::VisualStudio::Modeling::SerializationContext ^ serializationContext);
protected bool UseRelationshipId (Microsoft.VisualStudio.Modeling.ElementLink link, Microsoft.VisualStudio.Modeling.SerializationContext serializationContext);
member this.UseRelationshipId : Microsoft.VisualStudio.Modeling.ElementLink * Microsoft.VisualStudio.Modeling.SerializationContext -> bool
Protected Function UseRelationshipId (link As ElementLink, serializationContext As SerializationContext) As Boolean
Parameters
- link
- ElementLink
- serializationContext
- SerializationContext