JsonArray.GetView Method
Definition
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.
public:
virtual IVectorView<IJsonValue ^> ^ GetView() = IVector<IJsonValue ^>::GetView;
IVectorView<IJsonValue> GetView();
public IReadOnlyList<IJsonValue> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of IJsonValue)
Returns
The JsonArray view.