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