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 = CatalogItemsDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedDataSetSchema(
XmlSchemaSet^ xs
)
public static function GetTypedDataSetSchema(
xs : XmlSchemaSet
) : XmlSchemaComplexType
Parameters
- xs
Type: System.Xml.Schema..::.XmlSchemaSet
The XML schema definition language schamas.
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
- 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.