Hub.Sections 属性

定义

获取中心中的所有中心部分。

public:
 property IVector<HubSection ^> ^ Sections { IVector<HubSection ^> ^ get(); };
IVector<HubSection> Sections();
public IList<HubSection> Sections { get; }
var iVector = hub.sections;
Public ReadOnly Property Sections As IList(Of HubSection)
<Hub ...>
  oneOrMoreHubSections
</Hub>

属性值

中心中的所有中心部分。 默认值为空集合。

适用于

另请参阅