XsltListViewWebPart.IWebPartTable.Schema Property
Gets the schema information for a data table that is used to share data between two WebPart controls.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private ReadOnly Property Schema As PropertyDescriptorCollection
Implements IWebPartTable.Schema
Get
'Usage
Dim instance As XsltListViewWebPart
Dim value As PropertyDescriptorCollection
value = CType(instance, IWebPartTable).Schema
PropertyDescriptorCollectionIWebPartTable.Schema { get; }
Property Value
Type: System.ComponentModel.PropertyDescriptorCollection
An object describing the format of the data.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the XsltListViewWebPart instance is cast to an IWebPartTable interface.