StaticAttribute Constructor (Type, UInt32, Platform)

Creates and initializes a new instance of the attribute.

Syntax

public:
StaticAttribute(
         Type^ type,
         uint32 version,
         Platform platform
)  

Parameters

type
Type: Type 

The type that contains the static methods for the runtime class.

version
Type: uint32 

 The version in which the static interface was added.

platform
Type: Platform 

Specifies the platforms that a specified type should be supported in.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

StaticAttribute Class

StaticAttribute Members

Windows.Foundation.Metadata Namespace