RowDefinitionCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to