| 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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxbool Visit(
	WebPluginInfo plugin,
	int count,
	int total
)
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: 
BooleanReturn false to stop visiting plugins otherwise true
 See Also
See Also