Share via


IView.GetXmlSchema Method

Gets the XML schema of the view.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetXmlSchema As String
'Usage
Dim instance As IView
Dim returnValue As String

returnValue = instance.GetXmlSchema()
string GetXmlSchema()

Return Value

Type: System.String
The XML schema of the view.

Remarks

The schema returned from this method can be used to generate a UI form to display or edit the data that corresponds to this view. This XML schema validates XML fragments returned from the ToXml() method, and it can be used to validate input to the FromXml(String) method.

See Also

Reference

IView Interface

IView Members

Microsoft.BusinessData.MetadataModel Namespace