Class LspListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe LSP-based language code.
public class LspListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
- Inheritance
-
LspListMember
- Implements
Constructors
- LspListMember()
Initializes a new instance of the
LspListMember
class with default settings.
- LspListMember(IListMembers)
Initializes a new instance of the
LspListMember
class with a specified owner.IListMembers
owning this instance
Properties
- Selected
Gets or sets a boolean value indicating whether this member is in the selected state.
Methods
- GetParamText(bool)
Converts
Parameters
property to a single string.