ComposableAttribute.ComposableAttribute constructor
Creates and initializes a new instance of the attribute.
Syntax
var composableAttribute = new Windows.Foundation.Metadata.ComposableAttribute(type, compositionType, 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: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The version.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 2/25/2013
