Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.