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.
Represents the signature of something callable. A signature can have a label, like a function-name, a doc-comment, and a set of parameters.
public class SignatureInformation
type SignatureInformation = class
Public Class SignatureInformation
- Inheritance
-
SignatureInformation
Constructors
| SignatureInformation() | |
| SignatureInformation(SignatureInformation) |
Properties
| Documentation |
The human-readable doc-comment of this signature. Will be shown in the UI but can be omitted. If this is a string, it's plain text. If this is a MarkupContent, then it's github markdown. |
| Label |
The label of this signature. Will be shown in the UI. |
| Parameters |
The parameters of this signature. |
Methods
| SetDocumentation(MarkdownString) |
Helper to set the documentation to markdown. |
| SetDocumentation(String) |
Helper to set the documentation to plaintext. |