Partage via


PathSegmentCollection.GetView Méthode

Définition

Obtient une vue immuable dans la collection.

public:
 virtual IVectorView<PathSegment ^> ^ GetView() = IVector<PathSegment ^>::GetView;
IVectorView<PathSegment> GetView();
public IReadOnlyList<PathSegment> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of PathSegment)

Retours

Objet représentant la vue de collection immuable.

Implémente

S’applique à