Click or drag to resize

IWebPluginInfoVisitorVisit Method

Version 94.4.20
Method that will be called once for each plugin. This method may never be called if no plugins are found.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool Visit(
	WebPluginInfo plugin,
	int count,
	int total
)

Parameters

plugin
Type: CefSharpWebPluginInfo
plugin information
count
Type: SystemInt32
is the 0-based index for the current plugin
total
Type: SystemInt32
total is the total number of plugins.

Return Value

Type: Boolean
Return false to stop visiting plugins otherwise true
See Also