Store.Partitions 属性

获取分区对象的集合存储的。

此 API 不兼容 CLS。 兼容 CLS 的替代 API 为 [x]。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Partitions As PartitionDictionary
[CLSCompliantAttribute(false)]
public PartitionDictionary Partitions { get; }

属性值

类型:Microsoft.VisualStudio.Modeling.PartitionDictionary
分区对象的集合用于存储的。

.NET Framework 安全性

请参见

参考

Store 类

Microsoft.VisualStudio.Modeling 命名空间