Freigeben über


ExtractSubstringFromStartActivity-Klasse

Extrahiert eine Teilzeichenfolge am Anfang einer Workflowvariablenzeichenfolge.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(ExtractSubstringFromStartActivityValidator))> _
Public Class ExtractSubstringFromStartActivity _
    Inherits Activity
'Usage
Dim instance As ExtractSubstringFromStartActivity
[ActivityValidatorAttribute(typeof(ExtractSubstringFromStartActivityValidator))]
public class ExtractSubstringFromStartActivity : 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

ExtractSubstringFromStartActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace