Specifies the visibility of a programming element for which the composable attribute is applied.
public enum class CompositionType
| Member | Value | Description |
|---|---|---|
| Protected | 1 | Indicates that access to the programming element is limited to other elements in the containing class or types derived from the containing class. |
| Public | 2 | Indicates that access to the programming element is not restricted. |
Namespace: Windows.Foundation.Metadata
Metadata: windows.winmd