StaticAttribute Constructor (Type, UInt32)

Creates and initializes a new instance of the attribute.

Syntax

public:
StaticAttribute(
         Type^ type,
         uint32 version
)  

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.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

StaticAttribute Class

StaticAttribute Members

Windows.Foundation.Metadata Namespace