Interface ICompletionType
Describes the type of a ICompletion item.
public interface ICompletionType
Properties
DisplayText
Gets the display text.
string DisplayText { get; }
Property Value
Icon
Gets the icon.
Uri Icon { get; }
Describes the type of a ICompletion item.
public interface ICompletionType
Gets the display text.
string DisplayText { get; }
Gets the icon.
Uri Icon { get; }