CoreDesignSurfaceSerializationBehaviorSerializationMessages::MissingMoniker Method (SerializationContext^, XmlReader^, String^)

 

Add an error for missing moniker.

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 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.

Return to top
Show: