Search Results for

    Show / Hide Table of Contents

    Class AutoSuggestTextResult

    Simple text only result provided as suggestion.

    Inheritance
    System.Object
    AbstractAutoSuggestResult
    AutoSuggestTextResult
    Inherited Members
    AbstractAutoSuggestResult.Priority
    AbstractAutoSuggestResult.Icon
    AbstractAutoSuggestResult.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class AutoSuggestTextResult : AbstractAutoSuggestResult

    Constructors

    AutoSuggestTextResult(AbstractEditingContext)

    Creates an empty string result for the specified editing context

    Declaration
    public AutoSuggestTextResult(AbstractEditingContext editingContext)
    Parameters
    Type Name Description
    AbstractEditingContext editingContext

    The editing context of the suggested result.

    AutoSuggestTextResult(AbstractEditingContext, String)

    Creates a specified string result for the specified editing context

    Declaration
    public AutoSuggestTextResult(AbstractEditingContext editingContext, string autosuggestText)
    Parameters
    Type Name Description
    AbstractEditingContext editingContext

    The editing context of the suggested result.

    System.String autosuggestText

    String containg the text suggestion.

    Properties

    Text

    The string containg the text to be suggested.

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AutoSuggestTextResult(AbstractEditingContext)
      • AutoSuggestTextResult(AbstractEditingContext, String)
    • Properties
      • Text
    • Extension Methods
    Back to top Generated by DocFX