CoverageDSPriv.LinesDataTable.GetTypedTableSchema Method

Returns the complex schema for this data table. 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
Public Shared Function GetTypedTableSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
public static XmlSchemaComplexType GetTypedTableSchema(
    XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedTableSchema(
    XmlSchemaSet^ xs
)
static member GetTypedTableSchema : 
        xs:XmlSchemaSet -> XmlSchemaComplexType 
public static function GetTypedTableSchema(
    xs : XmlSchemaSet
) : XmlSchemaComplexType

Parameters

Return Value

Type: System.Xml.Schema.XmlSchemaComplexType
An XML schema that defines the complex types.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

XmlSchemaSet