Context.Partitions 属性

定义

上下文使用的分区。 字典键是分区的 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)

属性值

Dictionary<Guid,Partition>
属性

适用于