DOMClientGetQueryingDescendantsForContainerAsync Method |
Version 130.1.90
Returns the descendants of a container query container that have
container queries against this container.
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetQueryingDescendantsForContainerResponse> GetQueryingDescendantsForContainerAsync(
int nodeId
)
public:
Task<GetQueryingDescendantsForContainerResponse^>^ GetQueryingDescendantsForContainerAsync(
int nodeId
)
Parameters
- nodeId Int32
- Id of the container node to find querying descendants from.
Return Value
TaskGetQueryingDescendantsForContainerResponsereturns System.Threading.Tasks.Task<GetQueryingDescendantsForContainerResponse>
See Also