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)