NewWebUIViewCreatedEventArgs.HasPendingNavigate 属性

定义

获取一个值,该值指示视图是否具有挂起的导航。

public:
 property bool HasPendingNavigate { bool get(); };
bool HasPendingNavigate();
public bool HasPendingNavigate { get; }
var boolean = newWebUIViewCreatedEventArgs.hasPendingNavigate;
Public ReadOnly Property HasPendingNavigate As Boolean

属性值

Boolean

bool

true 如果视图具有挂起的导航,则为 ;否则为 false

适用于