IItemPromise.handle property

Gets or sets the temporary ID of the IItem that fulfills this promise.
Syntax
var handle = iItemPromise.handle;
iItemPromise.handle = handle;
Property value
Type: String
The temporary ID of the IItem that fulfills this promise.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: