IRequestContextGetExtensions Method |
Version 71.0.0
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: 71.0.0.0 (71.0.0.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