StaticAttribute 构造函数

定义

重载

StaticAttribute(Type, UInt32)

创建并初始化 特性的新实例。

StaticAttribute(Type, UInt32, String)

创建并初始化 特性的新实例。

StaticAttribute(Type, UInt32, Type)

创建并初始化 特性的新实例。

StaticAttribute(Type, UInt32, Platform)

创建并初始化 特性的新实例。

StaticAttribute(Type, UInt32)

创建并初始化 特性的新实例。

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version);
public StaticAttribute(Type type, uint version);
function StaticAttribute(type, version)
Public Sub New (type As Type, version As UInteger)

参数

type
TypeName Type

包含运行时类的静态方法的类型。

version
UInt32

unsigned int

添加静态接口的版本。

另请参阅

适用于

StaticAttribute(Type, UInt32, String)

创建并初始化 特性的新实例。

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::String ^ contractName);
public StaticAttribute(Type type, uint version, string contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As String)

参数

type
TypeName Type

包含运行时类的静态方法的类型。

version
UInt32

unsigned int

将静态工厂添加到运行时类的激活工厂的 API 协定的版本。

contractName
String

Platform::String

一个字符串,表示实现 类的 API 协定的类型。

另请参阅

适用于

StaticAttribute(Type, UInt32, Type)

创建并初始化 特性的新实例。

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::Type ^ contractName);
public StaticAttribute(Type type, uint version, Type contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As Type)

参数

type
TypeName Type

包含运行时类的静态方法的类型。

version
UInt32

unsigned int

将静态工厂添加到运行时类的激活工厂的 API 协定的版本。

contractName
TypeName Type

实现 类的 API 协定的类型。

另请参阅

适用于

StaticAttribute(Type, UInt32, Platform)

创建并初始化 特性的新实例。

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version, Platform platform);
public StaticAttribute(Type type, uint version, Platform platform);
function StaticAttribute(type, version, platform)
Public Sub New (type As Type, version As UInteger, platform As Platform)

参数

type
TypeName Type

包含运行时类的静态方法的类型。

version
UInt32

unsigned int

添加静态接口的版本。

platform
Platform

枚举的一个值。 默认值为 Windows

另请参阅

适用于