Share via


GetTypedDataSetSchema Method

Contains a cache of XML Schema definition language (XSD) schemas.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Shared Function GetTypedDataSetSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType

returnValue = CatalogPropertiesDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
    XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedDataSetSchema(
    XmlSchemaSet^ xs
)
public static function GetTypedDataSetSchema(
    xs : XmlSchemaSet
) : XmlSchemaComplexType

Parameters

Return Value

Type: System.Xml.Schema..::.XmlSchemaComplexType
A XmlSchemaComplexType containing the XML schema.

Remarks

This type definition was generated by System.Data.Design.TypedDataSetSchemaImporterExtension schema importer extension.

Permissions

See Also

Reference

CatalogPropertiesDataSet Class

CatalogPropertiesDataSet Members

Microsoft.CommerceServer.Catalog Namespace