⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class TerminologyProviderDisplayInfo

    Represents information about a terminology provider (ITerminologyProvider) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI

    Inheritance
    object
    TerminologyProviderDisplayInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class TerminologyProviderDisplayInfo

    Constructors

    TerminologyProviderDisplayInfo()

    Declaration
    public TerminologyProviderDisplayInfo()

    Properties

    Name

    Gets the display name of the terminology provider.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    TooltipText

    Gets descriptive text that can be shown in a tooltip or similar.

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX