AdditionalText Class

Definition

Represents a non source code file.

public ref class AdditionalText abstract
public abstract class AdditionalText
type AdditionalText = class
Public MustInherit Class AdditionalText
Inheritance
AdditionalText

Constructors

AdditionalText()

Properties

Path

Path to the text.

Methods

GetText(CancellationToken)

Returns a SourceText with the contents of this file, or null if there were errors reading the file.

Applies to