IndexOfString Class
Represents an activity to find the index of a substring within an input string.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.IndexOfString
| Name | Description | |
|---|---|---|
![]() | IndexOfString() | Initializes a new instance of the IndexOfString class. |
![]() | IndexOfString(InArgument(Of String), InArgument(Of String)) | Initializes a new instance of the IndexOfString class. |
![]() | IndexOfString(InArgument(Of String), InArgument(Of String), InArgument(Of Int32)) | Initializes a new instance of the IndexOfString class. |
![]() | IndexOfString(InArgument(Of String), InArgument(Of String), InArgument(Of Int32), InArgument(Of Int32)) | Initializes a new instance of the IndexOfString class. |
![]() | IndexOfString(InArgument(Of String), InArgument(Of String), InArgument(Of Int32), InArgument(Of Int32), Boolean) | Initializes a new instance of the IndexOfString class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Count | Gets or sets the number of characters to search. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | IgnoreCase | Gets or sets a value that indicates whether to ignore case during search. |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Input | Gets or sets the input string. |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
![]() | SearchValue | Gets or sets the value to find. |
![]() | StartIndex | Gets or sets the index to start the search. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


