共用方式為


Store.PartitionsAlternate 屬性

取得存放區中使用的磁碟分割。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.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) 存放區中使用。

備註

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

.NET Framework 安全性

請參閱

參考

Store 類別

Microsoft.VisualStudio.Modeling 命名空間