CoreDesignSurfaceSerializationBehaviorSerializationMessages::InvalidPropertyValue Method (SerializationContext^, XmlReader^, String^, Type^, String^)

 

Add an error for invalid property value with given type.

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 InvalidPropertyValue(
	SerializationContext^ serializationContext,
	XmlReader^ reader,
	String^ propertyName,
	Type^ propertyType,
	String^ value
)

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.

propertyName
Type: System::String^

Name of the property.

propertyType
Type: System::Type^

Type of the property.

value
Type: System::String^

Invalid value that causes this error.

Return to top
Show: