Share via


CoverageDSPriv.GetTypedDataSetSchema Method (XmlSchemaSet)

 

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

[DebuggerNonUserCodeAttribute]
public static XmlSchemaComplexType GetTypedDataSetSchema(
    XmlSchemaSet xs
)
public:
[DebuggerNonUserCodeAttribute]
static XmlSchemaComplexType^ GetTypedDataSetSchema(
    XmlSchemaSet^ xs
)
[<DebuggerNonUserCodeAttribute>]
static member GetTypedDataSetSchema : 
        xs:XmlSchemaSet -> XmlSchemaComplexType
<DebuggerNonUserCodeAttribute>
Public Shared Function GetTypedDataSetSchema (
    xs As XmlSchemaSet
) As XmlSchemaComplexType

Parameters

Return Value

Type: System.Xml.Schema.XmlSchemaComplexType

See Also

XmlSchemaComplexType
XmlSchemaSet
CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top