Freigeben über


WebViewControlProcess Klasse

Definition

Diese Klasse stellt den Prozess dar, in dem mindestens eine Windows.Web.UI.Interop.WebViewControl-Klasse ausgeführt wird.

public ref class WebViewControlProcess sealed
/// [Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Activatable(Windows.Web.UI.Interop.IWebViewControlProcessFactory, 393216, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlProcess final
[Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Web.UI.Interop.IWebViewControlProcessFactory), 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 WebViewControlProcess
function WebViewControlProcess(processOptions)
Public NotInheritable Class WebViewControlProcess
Vererbung
Object Platform::Object IInspectable WebViewControlProcess
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)

Konstruktoren

WebViewControlProcess()

Erstellt eine instance von WebViewControlProcess.

WebViewControlProcess(WebViewControlProcessOptions)

Erstellt eine instance von WebViewControlProcess mit Optionen.

Eigenschaften

EnterpriseId

Ruft die Unternehmens-ID dieses Proces ab.

IsPrivateNetworkClientServerCapabilityEnabled

Ruft einen booleschen Wert ab, der angibt, ob die Funktion privateNetworkClientServer in diesem Prozess aktiviert ist.

ProcessId

Ruft die ID dieses Prozesses ab.

Methoden

CreateWebViewControlAsync(Int64, Rect)

Erstellt ein Windows.Web.UI.Interop.WebViewControl im Kontext dieses Prozesses.

GetWebViewControls()

Ruft einen Vektor ab, der alle Windows.Web.UI.Interop.WebViewControl-Objekte enthält, die in diesem Prozess gehostet werden.

Terminate()

Beendet den Prozess.

Ereignisse

ProcessExited

Wird ausgelöst, wenn dieser Prozess beendet wird.

Gilt für: