Share via


UIElementWeakCollection.GetView Método

Definición

Obtiene una vista inmutable en la colección.

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

Devoluciones

Objeto que representa la vista de colección inmutable.

Implementaciones

Se aplica a