CoverageDSPriv.ClassDataTable.GetTypedTableSchema Method (XmlSchemaSet)
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
[DebuggerNonUserCodeAttribute]
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
public:
[DebuggerNonUserCodeAttribute]
static XmlSchemaComplexType^ GetTypedTableSchema(
XmlSchemaSet^ xs
)
[<DebuggerNonUserCodeAttribute>]
static member GetTypedTableSchema :
xs:XmlSchemaSet -> XmlSchemaComplexType
<DebuggerNonUserCodeAttribute>
Public Shared Function GetTypedTableSchema (
xs As XmlSchemaSet
) As XmlSchemaComplexType
Parameters
xs
Type: System.Xml.Schema.XmlSchemaSetAn XmlSchemaSet object.
Return Value
Type: System.Xml.Schema.XmlSchemaComplexType
The strongly typed schema for this data table.
See Also
XmlSchemaComplexType
CoverageDSPriv.ClassDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top