DesignerAppView.UpdateViewAsync(DesignerAppViewState, Size) Method

Definition

Updates the app view in the designer.

public:
 virtual IAsyncAction ^ UpdateViewAsync(DesignerAppViewState viewState, Size viewSize) = UpdateViewAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UpdateViewAsync(DesignerAppViewState const& viewState, Size const& viewSize);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UpdateViewAsync(DesignerAppViewState viewState, Size viewSize);
function updateViewAsync(viewState, viewSize)
Public Function UpdateViewAsync (viewState As DesignerAppViewState, viewSize As Size) As IAsyncAction

Parameters

viewState
DesignerAppViewState

The state of the app view.

viewSize
Size

The size of the app view.

Returns

The asynchronous results of the operation. Use this to determine when the async call is complete.

Attributes

Applies to