CoreDesignSurfaceSerializationBehaviorSerializationMessages::MissingId Method (SerializationContext^, XmlReader^, Guid)
Visual Studio 2015
Add a warning for missing "Id" property.
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.
Show: