ColumnDefinitionCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to