CoreDesignSurfaceSerializationBehaviorSerializationMessages::DanglingRelationship Method (SerializationContext^, XmlReader^, String^)

 

Add an error for dangling relationship instance.

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

public:
static void DanglingRelationship(
	SerializationContext^ serializationContext,
	XmlReader^ reader,
	String^ relationshipType
)

Parameters

serializationContext
Type: Microsoft.VisualStudio.Modeling::SerializationContext^

SerializationContext to add the error message to.

reader
Type: System.Xml::XmlReader^

The reader pointing to where the message is raised.

relationshipType
Type: System::String^

Type name of the relationship.

Return to top
Show: