Freigeben über


CommentActivity-Klasse

Enthält Kommentare zu einer bestimmten Workflowinstanz.

Vererbungshierarchie

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.CommentActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(CommentActivityValidator))> _
Public Class CommentActivity _
    Inherits Activity
'Usage
Dim instance As CommentActivity
[ActivityValidatorAttribute(typeof(CommentActivityValidator))]
public class CommentActivity : Activity

Threadsicherheit

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

Siehe auch

Referenz

CommentActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace