共用方式為


Store.PartitionsAlternate 屬性

取得存放區中使用的資料分割。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public ReadOnly Property PartitionsAlternate As Dictionary(Of Object, Partition)
public Dictionary<Object, Partition> PartitionsAlternate { get; }

屬性值

類型:System.Collections.Generic.Dictionary<Object, Partition>
在存放區中所使用之 Partition 物件 (使用 AlternateKey) 的清單。

備註

這個集合藉由設定 Partition 物件的 AlternateKey 屬性值的維護。

.NET Framework 安全性

請參閱

參考

Store 類別

Microsoft.VisualStudio.Modeling 命名空間