This topic has not yet been rated - Rate this topic

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

Windows.Foundation.Metadata
Windows::Foundation::Metadata [C++]

Metadata

Windows.winmd

DLL

Windows.Foundation.dll

See also

ComposableAttribute

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.