CoverageDSPriv.GetTypedDataSetSchema Method

Returns a complex-typed schema of the provided XML schema for a 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
Public Shared Function GetTypedDataSetSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
public static XmlSchemaComplexType GetTypedDataSetSchema(
    XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedDataSetSchema(
    XmlSchemaSet^ xs
)
static member GetTypedDataSetSchema : 
        xs:XmlSchemaSet -> XmlSchemaComplexType
public static function GetTypedDataSetSchema(
    xs : XmlSchemaSet
) : XmlSchemaComplexType

Parameters

Return Value

Type: XmlSchemaComplexType

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

XmlSchemaComplexType

XmlSchemaSet