Поделиться через


TextDocument.TryGetText(SourceText) Метод

Определение

Получите текущий текст для документа, если он уже загружен и доступен.

public:
 bool TryGetText([Runtime::InteropServices::Out] Microsoft::CodeAnalysis::Text::SourceText ^ % text);
public bool TryGetText (out Microsoft.CodeAnalysis.Text.SourceText text);
public bool TryGetText (out Microsoft.CodeAnalysis.Text.SourceText? text);
member this.TryGetText : SourceText -> bool
Public Function TryGetText (ByRef text As SourceText) As Boolean

Параметры

text
SourceText

Возвращаемое значение

Применяется к