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
xs
Type: XmlSchemaSetAn XmlSchemaSet object.
Return Value
Type: XmlSchemaComplexType
.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.