Class SourceTextContainer
Inherited Members
Namespace: Microsoft.CodeAnalysis.Text
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public abstract class SourceTextContainer
Constructors
SourceTextContainer()
Declaration
protected SourceTextContainer()
Properties
CurrentText
Declaration
public abstract SourceText CurrentText { get; }
Property Value
| Type | Description |
|---|---|
| SourceText |
Events
TextChanged
Declaration
public abstract event EventHandler<TextChangeEventArgs> TextChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<TextChangeEventArgs> |