StringTrigger.ShouldTrigger(String) Method
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.
Check whether the trigger pattern is matched.
public bool ShouldTrigger (string input);
abstract member ShouldTrigger : string -> bool
override this.ShouldTrigger : string -> bool
Public Function ShouldTrigger (input As String) As Boolean
Parameters
- input
- String
The input string.
Returns
True if the trigger can be fired, otherwise false.