DocumentSetContentsWebPart.WebPartContextualInfo Property
This member is reserved for internal use and is not intended to be used directly from your code. Gets the ribbon contextual tabs information of the Web Part.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property WebPartContextualInfo As WebPartContextualInfo
Get
'Usage
Dim instance As DocumentSetContentsWebPart
Dim value As WebPartContextualInfo
value = instance.WebPartContextualInfo
public WebPartContextualInfo WebPartContextualInfo { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.WebPartContextualInfo
The WebPartContextualInfo object that represents the ribbon contextual tabs information of the Web Part.
Implements
IWebPartPageComponentProvider.WebPartContextualInfo
See Also
Reference
DocumentSetContentsWebPart Class