OfflineMapPackageQueryResult.Packages Property
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.
Gets the map packages returned by a call to the FindPackagesAsync, FindPackagesInBoundingBoxAsync, and FindPackagesInGeocircleAsync methods.
public:
property IVectorView<OfflineMapPackage ^> ^ Packages { IVectorView<OfflineMapPackage ^> ^ get(); };
IVectorView<OfflineMapPackage> Packages();
public IReadOnlyList<OfflineMapPackage> Packages { get; }
var iVectorView = offlineMapPackageQueryResult.packages;
Public ReadOnly Property Packages As IReadOnlyList(Of OfflineMapPackage)
Property Value
The map packages returned by a call to the FindPackagesAsync, FindPackagesInBoundingBoxAsync, and FindPackagesInGeocircleAsync methods.
Remarks
Before using the Packages property, use the Status to determine if the query is successful.