CoverageDSPriv.MethodDataTable.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
xs
Type: XmlSchemaSetAn XmlSchemaSet object.
Return Value
Type: XmlSchemaComplexType
The strongly typed schema for this data table.
.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.
See Also
Reference
CoverageDSPriv.MethodDataTable Class