Condividi tramite


Hub.Sections Proprietà

Definizione

Ottiene tutte le sezioni dell'hub nell'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>

Valore della proprietà

Tutte le sezioni dell'hub nell'hub. Il valore predefinito è una raccolta vuota.

Si applica a

Vedi anche