IntentPattern 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.
Represents pattern for an intent.
public class IntentPattern
type IntentPattern = class
Public Class IntentPattern
- Inheritance
-
IntentPattern
Constructors
IntentPattern() |
Initializes a new instance of the IntentPattern class. |
IntentPattern(String, String) |
Initializes a new instance of the IntentPattern class. |
Properties
Intent |
Gets or sets the intent. |
Pattern |
Gets or sets the regex pattern to match. |
Regex |
Gets the Regex instance. |