共用方式為


PartitionedListChain.PartitionLoadLimitEnabled 屬性

取得值,指出 PartitionedListChain 將會同時載入的資料分割數目是否有限制 (在卸載最近最少使用的資料分割之前)。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public ReadOnly Property PartitionLoadLimitEnabled As Boolean
public bool PartitionLoadLimitEnabled { get; }
public:
property bool PartitionLoadLimitEnabled {
    bool get ();
}
member PartitionLoadLimitEnabled : bool with get
function get PartitionLoadLimitEnabled () : boolean

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

PartitionedListChain 類別

Microsoft.VisualStudio.IntelliTrace 命名空間