Get the xml schema

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public XmlSchema GetSchema()
Visual Basic (Declaration)
Public Function GetSchema As XmlSchema
Visual C++
public:
virtual XmlSchema^ GetSchema() sealed

Return Value

the xml schema

Implements

IXmlSerializable..::.GetSchema()()()

See Also