Windows.Foundation.Metadata namespace

This topic has not yet been rated - Rate this topic

Defines the attributes that indicate fundamental properties of Windows Runtime types and members.

Members

The Windows.Foundation.Metadata namespace has these types of members:

Attributes

The Windows.Foundation.Metadata namespace has these attributes.

AttributeDescription
ActivatableAttribute Indicates that the class is an activatable runtime class.
AllowMultipleAttribute Indicates that multiple instances of a custom attribute can be applied to a target.
AttributeUsageAttribute Specifies the use of another attribute.
ComposableAttribute Indicates how a programming element is composed.
DefaultAttribute Indicates the default interface for a runtime class.
DefaultOverloadAttribute Indicates that a method is the default overload method.
DualApiPartitionAttribute Indicates that the type is supported in desktop apps and in Windows Store apps.
ExclusiveToAttribute Indicates that the specified type is exclusive to this type.
GCPressureAttribute Microsoft internal use only.
GuidAttribute Indicates the GUID for the interface or delegate.
HasVariantAttribute Indicates that the type is an instance of a variant IInspectable. Applies to runtime classes, interfaces, and parameterized interfaces.
LengthIsAttribute Indicates the number of array elements.
MarshalingBehaviorAttribute Indicates the marshaling behavior of a Windows Runtime component.
MuseAttribute Indicates that a runtime class is compatible with Windows Store app that are web browsers.
OverloadAttribute Identifies the method as an overload in a language that supports overloading.
OverridableAttribute Indicates that the interface contains overridable methods.
ProtectedAttribute Indicates that the interface contains protected methods.
RangeAttribute Indicates the numeric range constraints for the value of a data field.
StaticAttribute Indicates that the type contains only static methods.
ThreadingAttribute Indicates the threading model of a Windows Runtime component.
VariantAttribute Indicates that the item is an instance of a variant IInspectable. Applies to method parameters, properties, and return values of types.
VersionAttribute Indicates the version of the type.
WebHostHiddenAttribute Identifies the type as one whose functionality is not projected into the specified target language.

 

Enumerations

The Windows.Foundation.Metadata namespace has these enumerations.

EnumerationDescription
AttributeTargets Specifies the programming construct to which an attribute applies.
CompositionType Specifies the visibility of a programming element for which the composable attribute is applied.
GCPressureAmount Microsoft internal use only.
MarshalingType Specifies the marshaling type for the class.
ThreadingModel Specifies the threading model.

 

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

Windows.Foundation
Windows.Foundation.Collections
Windows.Foundation.Diagnostics

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.