TextHighlight 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
TextHighlight() | |
TextHighlight(String, Nullable<Int32>) |
TextHighlight()
public TextHighlight ();
Public Sub New ()
Applies to
TextHighlight(String, Nullable<Int32>)
public TextHighlight (string text = default, int? occurrence = default);
new Microsoft.Bot.Connector.TextHighlight : string * Nullable<int> -> Microsoft.Bot.Connector.TextHighlight
Public Sub New (Optional text As String = Nothing, Optional occurrence As Nullable(Of Integer) = Nothing)
Parameters
- text
- String