Partager via


ExtensionHandle.GetSchema, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient le schéma pour la sérialisation XML de cette extension.

Espace de noms :  Microsoft.Data.Schema.Extensibility
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetSchema As XmlSchema
public XmlSchema GetSchema()
public:
virtual XmlSchema^ GetSchema() sealed
abstract GetSchema : unit -> XmlSchema 
override GetSchema : unit -> XmlSchema 
public final function GetSchema() : XmlSchema

Valeur de retour

Type : System.Xml.Schema.XmlSchema
XmlSchema représente le schéma XML.

Implémentations

IXmlSerializable.GetSchema()

Sécurité .NET Framework

Voir aussi

Référence

ExtensionHandle Classe

Microsoft.Data.Schema.Extensibility, espace de noms