Represents the UI window of an application.
Inheritance
- Object
- FrameworkView
Syntax
Attributes
- ActivatableAttribute(NTDDI_WIN8)
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The FrameworkView class has these types of members:
Constructors
The FrameworkView class has these constructors.
| Constructor | Description |
|---|---|
| FrameworkView | Initializes a new instance of the FrameworkView class. |
Methods
The FrameworkView class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| Initialize | Initializes the view. |
| Load | Loads the view. |
| Run | Passes execution to the view provider. |
| SetWindow | Associates a Window with a view. |
| Uninitialize | Returns the view to the uninitialized state. |
Remarks
This class provides the infrastructure support so that the Application class has correct threading and object lifetime considerations for the IFrameworkView pattern used by the core app model. Most Windows Store app built for Windows using C++, C#, or Visual Basic development scenarios don't do anything with this class directly.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 1/31/2013