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>

속성 값

허브의 모든 허브 섹션. 기본값은 빈 컬렉션입니다.

적용 대상

추가 정보