IPatternMatcher.HasInvalidPattern Property
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.
Determines whether given pattern is invalid, in which case TryMatch(String) would return no PatternMatches.
public:
property bool HasInvalidPattern { bool get(); };
public bool HasInvalidPattern { get; }
member this.HasInvalidPattern : bool
Public ReadOnly Property HasInvalidPattern As Boolean