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: System.Xml.Schema.XmlSchema
The schema for this coverage analysis data set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.