Interface IDataPackagePropertySetView

Hierarchy

Index

Properties

Methods

Properties

public applicationListingUri: Uri

public applicationName: string

public description: string

public fileTypes: IVectorView

public size: number

public thumbnail: RandomAccessStreamReference

public title: string

Methods

public first(): IIterator

Returns

IIterator

public first(): IIterator

Returns

IIterator

public hasKey(key: K in Windows.Foundation.Collections.IMapView<K, V>): boolean

Parameters

  • key: K in Windows.Foundation.Collections.IMapView<K, V>

Returns

boolean

public lookup(key: K in Windows.Foundation.Collections.IMapView<K, V>): V in Windows.Foundation.Collections.IMapView<K, V>

Parameters

  • key: K in Windows.Foundation.Collections.IMapView<K, V>

Returns

V in Windows.Foundation.Collections.IMapView<K, V>

public split(): { first: Windows.Foundation.Collections.IMapView<K, V>; second: Windows.Foundation.Collections.IMapView<K, V>; }

Returns

{ first: Windows.Foundation.Collections.IMapView<K, V>; second: Windows.Foundation.Collections.IMapView<K, V>; }