RuleMatchMatchingSelectors Property |
Version 130.1.90
Matching selector indices in the rule's selectorList selectors (0-based).
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int[] MatchingSelectors { get; set; }
public:
property array<int>^ MatchingSelectors {
array<int>^ get ();
void set (array<int>^ value);
}
Property Value
Int32See Also