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)

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

IWebPartTable.Schema

Remarks

This member is an explicit interface member implementation. It can be used only when the XsltListViewWebPart instance is cast to an IWebPartTable interface.

See also

Reference

XsltListViewWebPart class

XsltListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace