VisualElementsRequest.GetDeferral Method

Definition

Retrieves a deferral object, which allows the app time to provide information and assets used in the Pin to Start flyout.

public:
 virtual VisualElementsRequestDeferral ^ GetDeferral() = GetDeferral;
VisualElementsRequestDeferral GetDeferral();
public VisualElementsRequestDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As VisualElementsRequestDeferral

Returns

The deferral object.

Remarks

If you call this method, you must follow it with a call to Complete before the deferral period times out. If you don't, any properties set during the deferral period are ignored.

Applies to