Share via


NewWebUIViewCreatedEventArgs 類別

定義

提供建立新 WebUIView 時的資訊。

public ref class NewWebUIViewCreatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class NewWebUIViewCreatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class NewWebUIViewCreatedEventArgs
Public NotInheritable Class NewWebUIViewCreatedEventArgs
繼承
Object Platform::Object IInspectable NewWebUIViewCreatedEventArgs
屬性

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

屬性

ActivatedEventArgs

取得造成檢視建立之啟動事件的相關資訊。

HasPendingNavigate

取得值,這個值表示檢視是否有擱置導覽。

WebUIView

取得觸發事件的 Web UI 檢視。

方法

GetDeferral()

在建立新檢視之前要求延遲。

適用於