共用方式為


ChartViewWebPart.List property

這個類別和其成員不適合直接從您的程式碼使用。

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

Syntax

'宣告
<WebPartStorageAttribute(Storage.None)> _
Public Property List As SPList
    Get
    Set
'用途
Dim instance As ChartViewWebPart
Dim value As SPList

value = instance.List

instance.List = value
[WebPartStorageAttribute(Storage.None)]
public SPList List { get; set; }

Property value

Type: Microsoft.SharePoint.SPList

請參閱

參照

ChartViewWebPart class

ChartViewWebPart members

Microsoft.SharePoint.WebPartPages namespace