SignatureHelp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signature help represents the signature of something callable. There can be multiple signatures but only one active and only one active parameter.
public class SignatureHelp
type SignatureHelp = class
Public Class SignatureHelp
- Inheritance
-
SignatureHelp
Constructors
| SignatureHelp() |
Initializes a new instance of the SignatureHelp class. |
| SignatureHelp(SignatureHelp) |
Initializes a new instance of the SignatureHelp class. Copy a LSP signature from a Core signature. |
Properties
| ActiveParameter |
The active parameter of the active signature. If omitted or the value
lies outside the range of |
| ActiveSignature |
The active signature. If omitted or the value lies outside the
range of Whenever possible implementors should make an active decision about the active signature and shouldn't rely on a default value. In future version of the protocol this property might become mandatory to better express this. |
| Signatures |
One or more signatures. If no signatures are available the signature help
request should return |