OutputDescriptor.IXmlSerializable.GetSchema Method
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Private Function GetSchema As XmlSchema
Implements IXmlSerializable.GetSchema
'Usage
Dim instance As OutputDescriptor
Dim returnValue As XmlSchema
returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
private:
virtual XmlSchema^ GetSchema() sealed = IXmlSerializable::GetSchema
JScript does not support explicit interface implementations.
Return Value
Type: System.Xml.Schema.XmlSchema
Implements
.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.