CoreDesignSurfaceSerializationBehaviorSerializationMessages::MissingMoniker Method (SerializationContext^, XmlReader^, String^)
Visual Studio 2015
Add an error for missing moniker.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: static void MissingMoniker( SerializationContext^ serializationContext, XmlReader^ reader, String^ monikerAttributeName )
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.
- monikerAttributeName
-
Type:
System::String^
Name of the attribute that should hold the moniker.
Show: