This topic has not yet been rated - Rate this topic

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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IItemPromise

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.