SignatureInformation.SetDocumentation Method
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.
Overloads
| SetDocumentation(MarkdownString) |
Helper to set the documentation to markdown. |
| SetDocumentation(String) |
Helper to set the documentation to plaintext. |
SetDocumentation(MarkdownString)
Helper to set the documentation to markdown.
public void SetDocumentation(Microsoft.PowerFx.Intellisense.MarkdownString markdown);
member this.SetDocumentation : Microsoft.PowerFx.Intellisense.MarkdownString -> unit
Public Sub SetDocumentation (markdown As MarkdownString)
Parameters
- markdown
- MarkdownString
Applies to
SetDocumentation(String)
Helper to set the documentation to plaintext.
public void SetDocumentation(string plainText);
member this.SetDocumentation : string -> unit
Public Sub SetDocumentation (plainText As String)
Parameters
- plainText
- String