FindTextReplaceAsync Method
In This Topic
Find and replaces all occurrences of the specified text asynchronously.
Syntax
'Declaration
Public Function FindTextReplaceAsync( _
ByVal As System.String, _
ByVal As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task FindTextReplaceAsync(
System.string ,
System.string
)
Parameters
- text
- Text to be replaced.
- newText
- New text that will replace occurrences of existing text.
See Also