IWebPluginInfoVisitorVisit Method |
Version 87.1.132
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: 87.1.132.0 (87.1.132.0)
Syntax bool 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