Table of Contents

Interface ICompletionType

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

Describes the type of a ICompletion item.

public interface ICompletionType

Properties

DisplayText

Gets the display text.

string DisplayText { get; }

Property Value

string

Icon

Gets the icon.

Uri Icon { get; }

Property Value

Uri