NewWebUIViewCreatedEventArgs.HasPendingNavigate Proprietà

Definizione

Ottiene un valore che indica se la vista ha uno spostamento in sospeso.

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

Valore della proprietà

Boolean

bool

true se la vista ha uno spostamento in sospeso; in caso contrario, false.

Si applica a