DOMClientGetQueryingDescendantsForContainerAsync Method  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetQueryingDescendantsForContainerResponse> GetQueryingDescendantsForContainerAsync(
	int nodeId
)
public:
Task<GetQueryingDescendantsForContainerResponse^>^ GetQueryingDescendantsForContainerAsync(
	int nodeId
)
Parameters
- nodeId
 - Type: SystemInt32
Id of the container node to find querying descendants from. 
Return Value
Type: 
TaskGetQueryingDescendantsForContainerResponsereturns System.Threading.Tasks.Task<GetQueryingDescendantsForContainerResponse>
See Also