Interface ISignatureHelpItems
Represents a list of method signatures.
public interface ISignatureHelpItems
Properties
- ApplicableSpan
When implemented by a class, gets a span applicable to the parameter data.
- ArgumentCount
When implemented by a class, get the number of arguments.
- ArgumentIndex
When implemented by a class, get an index of the current argument.
- ArgumentName
When implemented by a class, get the name of the current argument.
- Items
When implemented by a class, gets a list of
SignatureHelpItem
- SelectedItemIndex
When implemented by a class, get the index of the selected item.