DslDefinitionModelSerializationBehaviorSerializationMessages.ExpectingFullFormRelationship Method

Definition

Add a warning when a full-form relationship seems to be serialized in short-form.

public:
 static void ExpectingFullFormRelationship(Microsoft::VisualStudio::Modeling::SerializationContext ^ serializationContext, System::Xml::XmlReader ^ reader, Type ^ relationshipType);
public static void ExpectingFullFormRelationship (Microsoft.VisualStudio.Modeling.SerializationContext serializationContext, System.Xml.XmlReader reader, Type relationshipType);
static member ExpectingFullFormRelationship : Microsoft.VisualStudio.Modeling.SerializationContext * System.Xml.XmlReader * Type -> unit
Public Shared Sub ExpectingFullFormRelationship (serializationContext As SerializationContext, reader As XmlReader, relationshipType As Type)

Parameters

serializationContext
SerializationContext

SerializationContext to add the warning message to.

reader
XmlReader

The reader pointing to where the message is raised.

relationshipType
Type

Type of the relationship.

Applies to