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>

一个 值,该值指示默认情况下是否应预先加载此导航。

适用于