SPList.Forms property
取得表單物件,代表表單中建立、 編輯或清單中顯示的項目所用的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Forms As SPFormCollection
Get
'用途
Dim instance As SPList
Dim value As SPFormCollection
value = instance.Forms
public SPFormCollection Forms { get; }
Property value
Type: Microsoft.SharePoint.SPFormCollection
代表表單的SPForm物件的集合。
備註
Forms屬性只會傳回屬於原始清單結構描述的表單,並不會傳回自訂表單,即使他們所建立的網頁編輯器,相容於SharePoint Foundation。