共用方式為


PartialListReadyEventArgs.List property

NOTE: This API is now obsolete.

取得或設定 Web 組件實作的IListProvider介面, PartialListReady事件發生時所提供的清單。

Namespace:  Microsoft.SharePoint.WebPartPages.Communication
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")> _
Public Property List As DataTable
    Get
    Set
'用途
Dim instance As PartialListReadyEventArgs
Dim value As DataTable

value = instance.List

instance.List = value
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")]
public DataTable List { get; set; }

Property value

Type: System.Data.DataTable
System.Data.DataTable ,其中包含的資料提供的清單。

請參閱

參照

PartialListReadyEventArgs class

PartialListReadyEventArgs members

Microsoft.SharePoint.WebPartPages.Communication namespace