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

 

Add a warning for no schema found for the given target namespace, schema validation will be skipped in this case.

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 NoSchema(
	SerializationContext^ serializationContext,
	XmlReader^ reader,
	String^ targetNamespace
)

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.

targetNamespace
Type: System::String^

Target namespace that cannot be resolved.

Return to top
Show: