ComposableAttribute Constructor (Type, CompositionType, UInt32, Platform)

Creates and initializes a new instance of the attribute.

Syntax

public:
ComposableAttribute(
         Type^ type,
         CompositionType compositionType,
         uint32 version,
         Platform platform
)  

Parameters

type
Type: Type 

The type of the factory object that is used to create the programming element.

compositionType
Type: CompositionType 

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

version
Type: uint32 

 The version.

platform
Type: Platform 

Specifies the platforms that a specified type should be supported in

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

ComposableAttribute Class

ComposableAttribute Members

Windows.Foundation.Metadata Namespace