Improve this Doc
View Source
Inheritance
System.Object
SignatureHelp
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class SignatureHelp
Properties
|
Improve this Doc
View Source
Declaration
public int ? ActiveParameter { get; set; }
| Type |
Description |
| System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public int ? ActiveSignature { get; set; }
| Type |
Description |
| System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public SignatureInformation[] Signatures { get; set; }