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.

적용 대상