Udostępnij przez


SignatureInformation.SetDocumentation Method

Definition

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

Applies to