다음을 통해 공유


IMutableNavigationBase.SetIsEagerLoaded(Nullable<Boolean>) 메서드

정의

이 탐색이 기본적으로 로드되어야 하는지 여부를 나타내는 값을 설정합니다.

public virtual void SetIsEagerLoaded (bool? eagerLoaded);
abstract member SetIsEagerLoaded : Nullable<bool> -> unit
override this.SetIsEagerLoaded : Nullable<bool> -> unit
Public Overridable Sub SetIsEagerLoaded (eagerLoaded As Nullable(Of Boolean))

매개 변수

eagerLoaded
Nullable<Boolean>

이 탐색이 기본적으로 로드되어야 하는지 여부를 나타내는 값입니다.

적용 대상