Context.Partitions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
上下文使用的分区。 字典键是分区的 Id。 字典值为分区实例。
public:
property System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Partition ^> ^ Partitions { System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Partition ^> ^ get(); };
public System.Collections.Generic.Dictionary<Guid,Microsoft.VisualStudio.Modeling.Partition> Partitions { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Partitions : System.Collections.Generic.Dictionary<Guid, Microsoft.VisualStudio.Modeling.Partition>
Public ReadOnly Property Partitions As Dictionary(Of Guid, Partition)
属性值
- 属性