SPForm.ParentList property
取得表單的父清單。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ParentList As SPList
Get
'用途
Dim instance As SPForm
Dim value As SPList
value = instance.ParentList
public SPList ParentList { get; }
Property value
Type: Microsoft.SharePoint.SPList
Microsoft.SharePoint.SPList 物件,表示清單。