Share via


UpdateItemActivity-Klasse

Aktualisiert eine oder mehrere Eigenschaften für eine angegebene Microsoft SharePoint Foundation 2010 Listenelement.

Vererbungshierarchie

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(UpdateItemActivityValidator))> _
<ToolboxBitmapAttribute(GetType(UpdateItemActivity), "Resources.UpdateItemActivity.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", True)> _
Public Class UpdateItemActivity _
    Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As UpdateItemActivity
[ActivityValidatorAttribute(typeof(UpdateItemActivityValidator))]
[ToolboxBitmapAttribute(typeof(UpdateItemActivity), "Resources.UpdateItemActivity.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", true)]
public class UpdateItemActivity : WaitForDocumentUnlockActivity

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

UpdateItemActivity-Member

Microsoft.SharePoint.WorkflowActions.WithKey-Namespace