CoreDesignSurfaceSerializationBehaviorSerializationMessages::NoSchema Method (SerializationContext^, XmlReader^, String^)
Visual Studio 2015
Add a warning for no schema found for the given target namespace, schema validation will be skipped in this case.
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.
Show: