Class QuickInfo
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents simple text data related to popup hint.
public class QuickInfo : CodeCompletionProvider, IList, ICollection, IReadOnlyList<ICodeCompletionProviderItem>, IReadOnlyCollection<ICodeCompletionProviderItem>, IQuickInfo, ICodeCompletionProvider, IList<ICodeCompletionProviderItem>, ICollection<ICodeCompletionProviderItem>, IEnumerable<ICodeCompletionProviderItem>, IEnumerable, IExport, IImport
- Inheritance
-
QuickInfo
- Implements
- Extension Methods
Constructors
- QuickInfo()
Initializes a new instance of the
QuickInfo
class with default settings.
- QuickInfo(int)
Initializes a new instance of the
QuickInfo
class with specific image index.
Properties
- CanEvaluateSymbol
Gets or sets a boolean value indicating if the symbol can be evaluated at run-time
- Symbol
Gets or sets quick info symbol
- Text
Gets or sets content of the
IQuickInfo
.
Methods
- GetImageIndex(int)
Returns
ICodeSnippetMember.ImageIndex
from the snippet specified by index.
- GetName(int)
Returns string representing name of the item.
- GetText(int)
Returns string representing default column.