FrameworkViewSource
FrameworkViewSource
FrameworkViewSource
FrameworkViewSource
Class
Definition
Creates views, specifically FrameworkView instances. This is infrastructure and does not need to be accessed in most app scenarios.
public : sealed class FrameworkViewSource : IFrameworkViewSource, IFrameworkViewSourcepublic sealed class FrameworkViewSource : IFrameworkViewSource, IFrameworkViewSourcePublic NotInheritable Class FrameworkViewSource Implements IFrameworkViewSource, IFrameworkViewSource// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
FrameworkViewSource() FrameworkViewSource() FrameworkViewSource() FrameworkViewSource()
Initializes a new instance of the FrameworkViewSource class.
public : FrameworkViewSource()public FrameworkViewSource()Public Sub New()// This API is not available in Javascript.
Methods
CreateView() CreateView() CreateView() CreateView()
Creates a FrameworkView.
public : IFrameworkView CreateView()public IFrameworkView CreateView()Public Function CreateView() As IFrameworkView// This API is not available in Javascript.
Returns