Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / FindTextReplaceAsync Method
Text to be replaced.
New text that will replace occurrences of existing text.

In This Topic
    FindTextReplaceAsync Method
    In This Topic
    Find and replaces all occurrences of the specified text asynchronously.
    Syntax
    'Declaration
     
    Public Function FindTextReplaceAsync( _
       ByVal text As System.String, _
       ByVal newText As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task FindTextReplaceAsync( 
       System.string text,
       System.string newText
    )

    Parameters

    text
    Text to be replaced.
    newText
    New text that will replace occurrences of existing text.
    See Also