次の方法で共有


SPRemoteEventResult.ChangedItemProperties property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public ReadOnly Property ChangedItemProperties As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As SPRemoteEventResult
Dim value As Dictionary(Of String, Object)

value = instance.ChangedItemProperties
[DataMemberAttribute]
public Dictionary<string, Object> ChangedItemProperties { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>

See also

Reference

SPRemoteEventResult class

SPRemoteEventResult members

Microsoft.SharePoint.Client.EventReceivers namespace