共用方式為


SPItemEventProperties.ListItemUniqueId property

取得事件的清單項目的唯一 ID。

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

Syntax

'宣告
Public ReadOnly Property ListItemUniqueId As Guid
    Get
'用途
Dim instance As SPItemEventProperties
Dim value As Guid

value = instance.ListItemUniqueId
public Guid ListItemUniqueId { get; }

Property value

Type: System.Guid
識別清單項目的 GUID。

請參閱

參照

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace