SPItemEventProperties.AfterProperties property
取得雜湊資料表的屬性對應到SPItem物件中的欄位,事件發生之後的字串/值組所組成。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AfterProperties As SPItemEventDataCollection
Get
'用途
Dim instance As SPItemEventProperties
Dim value As SPItemEventDataCollection
value = instance.AfterProperties
public SPItemEventDataCollection AfterProperties { get; }
Property value
Type: Microsoft.SharePoint.SPItemEventDataCollection
SPItemEventDataCollection 物件,表示項目的內容之後發生的事件。
備註
當清單中的布林資料行值設定為true ,並呼叫ItemUpdating方法時, AfterProperties屬性報告為-1 做為值代替。