Class CompletionType
Describes the type of a ICompletion item.
public abstract class CompletionType
- Inheritance
-
CompletionType
- Derived
- Inherited Members
Constructors
CompletionType()
Initializes a new instance of the CompletionType class.
protected CompletionType()
Properties
DisplayText
Gets the display text.
public abstract string DisplayText { get; }
Property Value
Icon
Gets the icon.
public abstract Uri Icon { get; }