CommandMessage.Matches Property

Definition

Gets or sets a collection of the Match objects that matches to the trigger pattern of a command handler. If no matches are found, the method returns an empty collection object.

public System.Text.RegularExpressions.MatchCollection Matches { get; set; }
member this.Matches : System.Text.RegularExpressions.MatchCollection with get, set
Public Property Matches As MatchCollection

Property Value

Applies to