SPItem class
抽象的基底類別構成的操作表單的資料傳輸項目。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPSecurableObject
Microsoft.SharePoint.SPItem
Microsoft.SharePoint.SPListItem
Microsoft.SharePoint.SPSimpleItem
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustInherit Class SPItem _
Inherits SPSecurableObject
'用途
Dim instance As SPItem
public abstract class SPItem : SPSecurableObject
備註
SPItem類別會提供直接存取清單項目,例如備份存放區,佈建網站或工作流程,讓清單為基礎的表單基礎結構,以將延伸,以便可以在不使用清單項目容量中重複使用的資料。表單的基礎結構基本上操作對一組資料 (清單項目) 和一組中繼資料 (清單欄位集合)。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.