CoreDesignSurfaceSerializationBehaviorSerializationMessages::DanglingRelationship Method (SerializationContext^, XmlReader^, String^)
Visual Studio 2015
Add an error for dangling relationship instance.
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.
Show: