SelectorListSelectors Property |
Version 109.1.110
Selectors in the list.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public IList<Value> Selectors { get; set; }
public:
property IList<Value^>^ Selectors {
IList<Value^>^ get ();
void set (IList<Value^>^ value);
}
Property Value
Type:
IListValueSee Also