OverlayClientSetShowContainerQueryOverlaysAsync Method |
Version 96.0.142
SetShowContainerQueryOverlays
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax public Task<DevToolsMethodResponse> SetShowContainerQueryOverlaysAsync(
IList<ContainerQueryHighlightConfig> containerQueryHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowContainerQueryOverlaysAsync(
IList<ContainerQueryHighlightConfig^>^ containerQueryHighlightConfigs
)
Parameters
- containerQueryHighlightConfigs
- Type: System.Collections.GenericIListContainerQueryHighlightConfig
An array of node identifiers and descriptors for the highlight appearance.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also