WebViewControlProcessOptions Class

Definition

This class contains options that can be set when creating a Windows.Web.UI.Interop.WebViewControl object.

public ref class WebViewControlProcessOptions sealed
/// [Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlProcessOptions final
[Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlProcessOptions
function WebViewControlProcessOptions()
Public NotInheritable Class WebViewControlProcessOptions
Inheritance
Object Platform::Object IInspectable WebViewControlProcessOptions
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Constructors

WebViewControlProcessOptions()

Creates an instance of WebViewControlProcessOptions

Properties

EnterpriseId

Gets or sets the enterprise ID for apps that are WIP-enabled.

PrivateNetworkClientServerCapability

Gets or sets a boolean value indicating whether the privateNetworkClientServer capability is enabled.

Applies to