CoreDesignSurfaceSerializationBehaviorSerializationMessages::MissingId Method (SerializationContext^, XmlReader^, Guid)

 

Add a warning for missing "Id" property.

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 MissingId(
	SerializationContext^ serializationContext,
	XmlReader^ reader,
	Guid newId
)

Parameters

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

SerializationContext to add the warning message to.

reader
Type: System.Xml::XmlReader^

The reader pointing to where the message is raised.

newId
Type: System::Guid

Auto-generated new Id.

Return to top
Show: