Search Results for

    Show / Hide Table of Contents

    Class MyCompletionData

    Inheritance
    System.Object
    MyCompletionData
    Namespace: Simplic.Framework.UI.CodeEditor
    Assembly: Simplic.Framework.dll
    Syntax
    public class MyCompletionData : ICompletionData

    Constructors

    | Improve this Doc View Source

    MyCompletionData(String)

    Declaration
    public MyCompletionData(string text)
    Parameters
    Type Name Description
    System.String text

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    public object Content { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Description

    Declaration
    public object Description { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Image

    Declaration
    public ImageSource Image { get; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource
    | Improve this Doc View Source

    Priority

    Declaration
    public double Priority { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Complete(TextArea, ISegment, EventArgs)

    Declaration
    public void Complete(TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs)
    Parameters
    Type Name Description
    TextArea textArea
    ISegment completionSegment
    System.EventArgs insertionRequestEventArgs
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx