CompositionStrokeDashArray.GetView Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an immutable view into the collection.
public:
virtual IVectorView<float> ^ GetView() = IVector<float>::GetView;
IVectorView<float> GetView();
public IReadOnlyList<float> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of Single)
An object representing the immutable collection view.