AggregationWebPart.MaxItemsShown property
僅保留供內部使用。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")> _
<WebPartStorageAttribute(Storage.Personal)> _
Public Property MaxItemsShown As UInteger
Get
Set
'用途
Dim instance As AggregationWebPart
Dim value As UInteger
value = instance.MaxItemsShown
instance.MaxItemsShown = value
[ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")]
[WebPartStorageAttribute(Storage.Personal)]
public uint MaxItemsShown { get; set; }
Property value
Type: System.UInt32