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

 

Add a warning for ambiguous schemas.

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

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 to be resolved.

schemaPath
Type: System::String^

The schema that is used to resolve the definition of the target namespace.

Return to top
Show: