Share via


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>

屬性值

中樞 中的所有中樞區段。 預設為空集合。

適用於

另請參閱