ICoreWebView2ControllerOptions

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2ControllerOptions : IUnknown {
static const
GUID iid;
}

Members

Functions

get_IsInPrivateModeEnabled
HRESULT get_IsInPrivateModeEnabled(BOOL* value)

IsInPrivateModeEnabled property is to enable/disable InPrivate mode.

get_ProfileName
HRESULT get_ProfileName(LPWSTR* value)

ProfileName property is to specify a profile name, which is only allowed to contain the following ASCII characters. It has a maximum length of 64 characters excluding the null-terminator. It is ASCII case insensitive.

put_IsInPrivateModeEnabled
HRESULT put_IsInPrivateModeEnabled(BOOL value)

Sets the IsInPrivateModeEnabled property.

put_ProfileName
HRESULT put_ProfileName(LPCWSTR value)

Sets the ProfileName property.

Meta