Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.28 KB

composableattribute_composableattribute_1921535771.md

File metadata and controls

37 lines (25 loc) · 1.28 KB
-api-id -api-type
M:Windows.Foundation.Metadata.ComposableAttribute.#ctor(System.Type,Windows.Foundation.Metadata.CompositionType,System.UInt32,System.Type)
winrt constructor

Windows.Foundation.Metadata.ComposableAttribute.#ctor(System.Type,Windows.Foundation.Metadata.CompositionType,System.UInt32,System.Type)

-description

Creates and initializes a new instance of the attribute.

-parameters

-param type

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

-param compositionType

One of the enumeration values.

-param version

The version of the API contract in which the composition factory was added to the runtime class's activation factory.

-param contract

The type of the API contract implementing the class.

-remarks

-examples

-see-also

ComposableAttribute(Type, CompositionType, UInt32, Platform), ComposableAttribute(Type, CompositionType, UInt32, String), ComposableAttribute(Type, CompositionType, UInt32)