SignatureInformation 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.
Class representing a single signature of a callable item.
See the Language Server Protocol specification for additional information.
public ref class SignatureInformation
[System.Runtime.Serialization.DataContract]
public class SignatureInformation
[<System.Runtime.Serialization.DataContract>]
type SignatureInformation = class
Public Class SignatureInformation
- Inheritance
-
SignatureInformation
- Attributes
Constructors
SignatureInformation() |
Properties
Documentation |
Gets or sets the human-readable documentation of this signature. |
Label |
Gets or sets the label of this signature. |
Parameters |
Gets or sets the parameters of this signature. |