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)