IRequestContextGetExtensions Method |
Version 98.1.210
Retrieve the list of all extensions that this context has access to (see HasExtension).
extensionIds will be populated with the list of extension ID values.
This method must be called on the CEF UI thread.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax bool GetExtensions(
out IList<string> extensionIds
)
bool GetExtensions(
[OutAttribute] IList<String^>^% extensionIds
)
Parameters
- extensionIds
- Type: System.Collections.GenericIListString
output a list of extensions Ids
Return Value
Type:
Booleanreturns true on success otherwise false
See Also