ApplicationView class

0 out of 6 rated this helpful - Rate this topic

Provides a set of static methods that allows an app to obtain its current view state and attempt to unsnap the app if it is in a snapped state.

Syntax

Public NotInheritable Class ApplicationView  
    Inherits Object

Attributes

MarshalingBehaviorAttribute(Agile)
MuseAttribute()
StaticAttribute(Windows.UI.ViewManagement.IApplicationViewStatics, NTDDI_WIN8)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)

Members

The ApplicationView class has these types of members:

Methods

The ApplicationView class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

MethodDescription
TryUnsnap Attempts to unsnap a previously snapped app.

 

Properties

The ApplicationView class has these properties.

PropertyAccess typeDescription

Value

Read-onlyGets the state of the current app view.

 

Remarks

Note  Do not use the value returned in the ApplicationView.Value property when creating a layout in a hosted environment.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.ViewManagement
Windows::UI::ViewManagement [C++]

Metadata

Windows.winmd

See also

Snap sample

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.