Search Results for

    Show / Hide Table of Contents

    Class SourceTextContainer

    An object that contains an instance of a SourceText and raises events when its current instance changes.

    Inheritance
    System.Object
    SourceTextContainer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Loretta.CodeAnalysis.Text
    Assembly: Loretta.CodeAnalysis.dll
    Syntax
    public abstract class SourceTextContainer

    Properties

    | Improve this Doc View Source

    CurrentText

    The current text instance.

    Declaration
    public abstract SourceText CurrentText { get; }
    Property Value
    Type Description
    SourceText

    Events

    | Improve this Doc View Source

    TextChanged

    Raised when the current text instance changes.

    Declaration
    public abstract event EventHandler<TextChangeEventArgs> TextChanged
    Event Type
    Type Description
    EventHandler<TextChangeEventArgs>
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾