TextRun Constructors
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
| Name | Description |
|---|---|
| TextRun() | |
| TextRun(String) |
TextRun()
public TextRun();
Public Sub New ()
Applies to
TextRun(String)
public TextRun(string text);
new Microsoft.Teams.Cards.TextRun : string -> Microsoft.Teams.Cards.TextRun
Public Sub New (text As String)
Parameters
- text
- String