CompositionType Enumeration

Specifies the visibility of a programming element for which the composable attribute is applied.

Syntax

public enum class CompositionType  

Members

Member Value Description
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 Indicates that access to the programming element is not restricted.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Metadata Namespace