Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / GetTextAsync Method

In This Topic
    GetTextAsync Method
    In This Topic
    Gets text content of the document asynchronously.
    Syntax
    'Declaration
     
    Public Function GetTextAsync() As System.Threading.Tasks.Task(Of String)
    public System.Threading.Tasks.Task<string> GetTextAsync()
    See Also