PromptStyler 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.
Styles a prompt
[System.Serializable]
public class PromptStyler
[<System.Serializable>]
type PromptStyler = class
Public Class PromptStyler
- Inheritance
-
PromptStyler
- Attributes
Constructors
PromptStyler(PromptStyle) |
Fields
PromptStyle |
Style of the prompt PromptStyle. |
Methods
Apply(IMessageActivity, String, String) |
Style a prompt and populate the Text. |
Apply<T>(IMessageActivity, String, IReadOnlyList<T>, IReadOnlyList<String>, String) |
Style a prompt and populate the message based on PromptStyle. |
Apply<T>(IMessageActivity, String, IReadOnlyList<T>, PromptStyle, IReadOnlyList<String>, String) |