Partager via


Hub.Sections Propriété

Définition

Obtient toutes les sections du hub.

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>

Valeur de propriété

Toutes les sections du hub. La valeur par défaut est une collection vide.

S’applique à

Voir aussi