共用方式為


SPItemEventProperties.ListTitle property

取得發生該事件相關聯的清單的標題。

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

Syntax

'宣告
Public ReadOnly Property ListTitle As String
    Get
'用途
Dim instance As SPItemEventProperties
Dim value As String

value = instance.ListTitle
public string ListTitle { get; }

Property value

Type: System.String
字串,包含相關聯的清單的標題。

請參閱

參照

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace