DslDefinitionModelSerializationBehaviorSerializationMessages.ExpectingFullFormRelationship(SerializationContext, XmlReader, Type) Methode

Definition

Fügen Sie eine Warnung hinzu, wenn eine vollständige Beziehung scheinbar in Kurzform serialisiert werden soll.

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)

Parameter

serializationContext
SerializationContext

SerializationContext zum Hinzufügen der Warnmeldung.

reader
XmlReader

Der Reader, der auf den Speicherort der Meldung zeigt.

relationshipType
Type

Der Typ der Beziehung.

Gilt für