다음을 통해 공유


SPItemEventDataCollection.Item Property

Gets the event data with the specified key from the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property Item ( _
    key As String _
) As Object
    Get
    Set
'Usage
Dim instance As SPItemEventDataCollection
Dim key As String
Dim value As Object

value = instance.Item(key)

instance.Item(key) = value
public Object this[
    string key
] { get; set; }

Parameters

Property Value

Type: System.Object
An object that represents the event data.

See Also

Reference

SPItemEventDataCollection Class

SPItemEventDataCollection Members

Microsoft.SharePoint Namespace