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

'Declaration
Protected Overrides Function GetSchemaSerializable As XmlSchema
protected override XmlSchema GetSchemaSerializable()
protected:
virtual XmlSchema^ GetSchemaSerializable() override
abstract GetSchemaSerializable : unit -> XmlSchema  
override GetSchemaSerializable : unit -> XmlSchema
protected override function GetSchemaSerializable() : XmlSchema

Return Value

Type: XmlSchema
The schema for this coverage analysis data set.

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

XmlSchema