Click or drag to resize

DOMClientGetNodesForSubtreeByStyleAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.DOM.DOMClient.GetNodesForSubtreeByStyleAsync(System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.DOM.CSSComputedStyleProperty},System.Nullable{System.Boolean})"]

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetNodesForSubtreeByStyleResponse> GetNodesForSubtreeByStyleAsync(
	int nodeId,
	IList<CSSComputedStyleProperty> computedStyles,
	Nullable<bool> pierce = null
)

Parameters

nodeId
Type: SystemInt32

[Missing <param name="nodeId"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.GetNodesForSubtreeByStyleAsync(System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.DOM.CSSComputedStyleProperty},System.Nullable{System.Boolean})"]

computedStyles
Type: System.Collections.GenericIListCSSComputedStyleProperty

[Missing <param name="computedStyles"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.GetNodesForSubtreeByStyleAsync(System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.DOM.CSSComputedStyleProperty},System.Nullable{System.Boolean})"]

pierce (Optional)
Type: SystemNullableBoolean

[Missing <param name="pierce"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.GetNodesForSubtreeByStyleAsync(System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.DOM.CSSComputedStyleProperty},System.Nullable{System.Boolean})"]

Return Value

Type: TaskGetNodesForSubtreeByStyleResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.DOM.DOMClient.GetNodesForSubtreeByStyleAsync(System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.DOM.CSSComputedStyleProperty},System.Nullable{System.Boolean})"]

See Also