ListViewWebPart.IWebPartPageComponentProvider.WebPartContextualInfo Property

Gets the contextual Server ribbon groups and tabs information associated with the ListViewWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Private ReadOnly Property WebPartContextualInfo As WebPartContextualInfo
    Implements IWebPartPageComponentProvider.WebPartContextualInfo
    Get
'Usage
Dim instance As ListViewWebPart
Dim value As WebPartContextualInfo

value = CType(instance, IWebPartPageComponentProvider).WebPartContextualInfo
WebPartContextualInfoIWebPartPageComponentProvider.WebPartContextualInfo { get; }

Property Value

Type: Microsoft.SharePoint.WebControls.WebPartContextualInfo
An object that represents the contextual Server ribbon groups and tabs associated with the ListViewWebPart.

Implements

IWebPartPageComponentProvider.WebPartContextualInfo

Remarks

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

See Also

Reference

ListViewWebPart Class

ListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace