Partager via


UIElementCollection.GetView Méthode

Définition

Obtient une vue immuable dans la collection.

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

Retours

Objet représentant la vue de collection immuable. Cet objet implémente IVectorView<T> avec une contrainte UIElement .

Implémente

S’applique à

Voir aussi