WebViewControlProcess 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類別代表一或多個 Windows.Web.UI.Interop.WebViewControl 類別將存回的程式。
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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
建構函式
WebViewControlProcess() |
建立 WebViewControlProcess的實例。 |
WebViewControlProcess(WebViewControlProcessOptions) |
使用選項建立 WebViewControlProcess 的實例。 |
屬性
EnterpriseId |
取得此程式的企業識別碼。 |
IsPrivateNetworkClientServerCapabilityEnabled |
取得布林值,指出是否在此程式中啟用 privateNetworkClientServer 功能。 |
ProcessId |
取得這個進程的識別碼。 |
方法
CreateWebViewControlAsync(Int64, Rect) |
在此程式的內容中建立 Windows.Web.UI.Interop.WebViewControl 。 |
GetWebViewControls() |
取得向量,其中包含此進程內裝載的所有 Windows.Web.UI.Interop.WebViewControl 物件。 |
Terminate() |
終止進程。 |
事件
ProcessExited |
終止此進程時引發。 |