CompositionType
CompositionType
CompositionType
CompositionType
Enum
Definition
Specifies the visibility of a programming element for which the composable attribute is applied.
public : enum class CompositionTypepublic enum CompositionTypePublic Enum CompositionType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|
Fields
| Protected Protected Protected Protected | Indicates that access to the programming element is limited to other elements in the containing class or types derived from the containing class. |
| Public Public Public Public | Indicates that access to the programming element is not restricted. |