DesignerAppViewState Enum
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.
Defines constants that specify whether the app view is visible or hidden.
public enum class DesignerAppViewState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Xaml.Hosting.HostingContract, 131072)]
enum class DesignerAppViewState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Xaml.Hosting.HostingContract), 131072)]
public enum DesignerAppViewState
Public Enum DesignerAppViewState
- Inheritance
-
DesignerAppViewState
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
|
API contract |
Windows.UI.Xaml.Hosting.HostingContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
Visible | 0 | The app view is visible. |
1 | The app view is hidden. |