Click or drag to resize
IWebPluginInfoVisitorVisit Method
Version 63.0.0
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: 63.0.0.0 (63.0.0.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