共用方式為


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

另請參閱

適用於