Table of Contents

Class CodeActionItems

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

Represents collection containing list of code refactors.

public class CodeActionItems : CodeCompletionProvider, IList, ICollection, IReadOnlyList<ICodeCompletionProviderItem>, IReadOnlyCollection<ICodeCompletionProviderItem>, ICodeActionItems, ICodeCompletionProvider, IList<ICodeCompletionProviderItem>, ICollection<ICodeCompletionProviderItem>, IEnumerable<ICodeCompletionProviderItem>, IEnumerable, IExport, IImport
Inheritance
CodeActionItems
Implements
Extension Methods

Constructors

CodeActionItems()

Initializes a new instance of the CodeActionItem class with default settings.

Properties

ColumnCount

Returns number of the columns. In this class ColumnCount always return 1.

this[int]

Provides an indexed access to CodeActionItem objects stored in the collection.

Methods

AddCodeAction()

Adds a new item to the ICodeActionItem collection.

ColumnVisible(int)

Indicates whether specified column is visible.

GetColumnText(int, int)

Returns text from specified column.

GetDescription(int)

Returns description of the code refactor specified by index.

GetImageIndex(int)

Returns ICodeActionItem.ImageIndex from the code Refactor collection specified by index.

GetName(int)

Returns description of the code refactor specified by index.

InsertCodeAction(int)

Inserts a new item to the specified position within the ICodeActionItems collection.