DesignerAppView.UpdateViewAsync(DesignerAppViewState, Size) 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.
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