StaticAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- version
-
UInt32
unsigned int
添加静态接口的版本。
另请参阅
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)
适用于
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)
参数
- version
-
UInt32
unsigned int
将静态工厂添加到运行时类的激活工厂的 API 协定的版本。
- contractName
-
String
Platform::String
一个字符串,表示实现 类的 API 协定的类型。
另请参阅
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
适用于
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)
参数
- version
-
UInt32
unsigned int
将静态工厂添加到运行时类的激活工厂的 API 协定的版本。
另请参阅
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, String)
适用于
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)
参数
- version
-
UInt32
unsigned int
添加静态接口的版本。
- platform
- Platform
枚举的一个值。 默认值为 Windows。
另请参阅
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)