WKWebExtensionMatchPattern.MatchesPattern 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.
Overloads
| Name | Description |
|---|---|
| MatchesPattern(WKWebExtensionMatchPattern) | |
| MatchesPattern(WKWebExtensionMatchPattern, WKWebExtensionMatchPatternOptions) |
MatchesPattern(WKWebExtensionMatchPattern)
[Foundation.Export("matchesPattern:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool MatchesPattern(WebKit.WKWebExtensionMatchPattern? pattern);
[<Foundation.Export("matchesPattern:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MatchesPattern : WebKit.WKWebExtensionMatchPattern -> bool
override this.MatchesPattern : WebKit.WKWebExtensionMatchPattern -> bool
Parameters
- pattern
- WKWebExtensionMatchPattern
Returns
- Attributes
Applies to
MatchesPattern(WKWebExtensionMatchPattern, WKWebExtensionMatchPatternOptions)
[Foundation.Export("matchesPattern:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool MatchesPattern(WebKit.WKWebExtensionMatchPattern? pattern, WebKit.WKWebExtensionMatchPatternOptions options);
[<Foundation.Export("matchesPattern:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MatchesPattern : WebKit.WKWebExtensionMatchPattern * WebKit.WKWebExtensionMatchPatternOptions -> bool
override this.MatchesPattern : WebKit.WKWebExtensionMatchPattern * WebKit.WKWebExtensionMatchPatternOptions -> bool
Parameters
- pattern
- WKWebExtensionMatchPattern
Returns
- Attributes