Click or drag to resize

DOMClient.GetQueryingDescendantsForContainerAsync Method

Version 94.4.20
Returns the descendants of a container query container that have container queries against this container.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<GetQueryingDescendantsForContainerResponse> GetQueryingDescendantsForContainerAsync(
	int nodeId
)

Parameters

nodeId
Type: System.Int32
Id of the container node to find querying descendants from.

Return Value

Type: Task<GetQueryingDescendantsForContainerResponse>
returns System.Threading.Tasks.Task<GetQueryingDescendantsForContainerResponse>
See Also