ComposableAttribute Constructor (Type, CompositionType, UInt32)

Creates and initializes a new instance of the attribute.

Syntax

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

Parameters

type
Type: Type 

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

compositionType
Type: CompositionType 

One of the enumeration values.

version
Type: uint32 

  The version.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

ComposableAttribute Class

ComposableAttribute Members

Windows.Foundation.Metadata Namespace