OverlayClientSetShowIsolatedElementsAsync Method |
Version 109.1.110
Show elements in isolation mode with overlays.
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public Task<DevToolsMethodResponse> SetShowIsolatedElementsAsync(
IList<IsolatedElementHighlightConfig> isolatedElementHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowIsolatedElementsAsync(
IList<IsolatedElementHighlightConfig^>^ isolatedElementHighlightConfigs
)
Parameters
- isolatedElementHighlightConfigs
- Type: System.Collections.GenericIListIsolatedElementHighlightConfig
An array of node identifiers and descriptors for the highlight appearance.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also