UIElementCollection.GetView Metodo

Definizione

Ottiene una visualizzazione non modificabile nella raccolta.

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

Restituisce

Oggetto che rappresenta la visualizzazione raccolta non modificabile. Questo oggetto implementa IVectorView<T> con un vincolo UIElement .

Implementazioni

Si applica a

Vedi anche