Share via


CoverageDSPriv.GetSchemaSerializable Method ()

 

Returns the schema for this coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

[DebuggerNonUserCodeAttribute]
protected override XmlSchema GetSchemaSerializable()
protected:
[DebuggerNonUserCodeAttribute]
virtual XmlSchema^ GetSchemaSerializable() override
[<DebuggerNonUserCodeAttribute>]
override GetSchemaSerializable : unit -> XmlSchema
<DebuggerNonUserCodeAttribute>
Protected Overrides Function GetSchemaSerializable As XmlSchema

Return Value

Type: System.Xml.Schema.XmlSchema

The schema for this coverage analysis data set.

See Also

XmlSchema
CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top