SourceReferenceResolver.ReadText(String) Метод

Определение

Считывает содержимое resolvedPath и возвращает значение SourceText.

public:
 virtual Microsoft::CodeAnalysis::Text::SourceText ^ ReadText(System::String ^ resolvedPath);
public virtual Microsoft.CodeAnalysis.Text.SourceText ReadText (string resolvedPath);
abstract member ReadText : string -> Microsoft.CodeAnalysis.Text.SourceText
override this.ReadText : string -> Microsoft.CodeAnalysis.Text.SourceText
Public Overridable Function ReadText (resolvedPath As String) As SourceText

Параметры

resolvedPath
String

Путь, возвращенный ResolveReference(String, String).

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

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