VisualElementsRequest.GetDeferral Method
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.
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.