ComposableAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ComposableAttribute(Type, CompositionType, UInt32) |
属性の新しいインスタンスを作成して初期化します。 |
ComposableAttribute(Type, CompositionType, UInt32, String) |
属性の新しいインスタンスを作成して初期化します。 |
ComposableAttribute(Type, CompositionType, UInt32, Type) |
属性の新しいインスタンスを作成して初期化します。 |
ComposableAttribute(Type, CompositionType, UInt32, Platform) |
属性の新しいインスタンスを作成して初期化します。 |
ComposableAttribute(Type, CompositionType, UInt32)
属性の新しいインスタンスを作成して初期化します。
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version);
public ComposableAttribute(Type type, CompositionType compositionType, uint version);
function ComposableAttribute(type, compositionType, version)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger)
パラメーター
- compositionType
- CompositionType
列挙値の 1 つ。
- version
-
UInt32
unsigned int
バージョン。
こちらもご覧ください
- ComposableAttribute(Type, CompositionType, UInt32, Platform)
- ComposableAttribute(Type, CompositionType, UInt32, String)
- ComposableAttribute(Type, CompositionType, UInt32, Type)
適用対象
ComposableAttribute(Type, CompositionType, UInt32, String)
属性の新しいインスタンスを作成して初期化します。
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version, Platform::String ^ contract);
public ComposableAttribute(Type type, CompositionType compositionType, uint version, string contract);
function ComposableAttribute(type, compositionType, version, contract)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger, contract As String)
パラメーター
- compositionType
- CompositionType
列挙値の 1 つ。
- version
-
UInt32
unsigned int
コンポジション ファクトリがランタイム クラスのアクティブ化ファクトリに追加された API コントラクトのバージョン。
- contract
-
String
Platform::String
クラスを実装する API コントラクトの型を表す文字列。
適用対象
ComposableAttribute(Type, CompositionType, UInt32, Type)
属性の新しいインスタンスを作成して初期化します。
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version, Platform::Type ^ contract);
public ComposableAttribute(Type type, CompositionType compositionType, uint version, Type contract);
function ComposableAttribute(type, compositionType, version, contract)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger, contract As Type)
パラメーター
- compositionType
- CompositionType
列挙値の 1 つ。
- version
-
UInt32
unsigned int
コンポジション ファクトリがランタイム クラスのアクティブ化ファクトリに追加された API コントラクトのバージョン。
こちらもご覧ください
- ComposableAttribute(Type, CompositionType, UInt32, Platform)
- ComposableAttribute(Type, CompositionType, UInt32, String)
- ComposableAttribute(Type, CompositionType, UInt32)
適用対象
ComposableAttribute(Type, CompositionType, UInt32, Platform)
属性の新しいインスタンスを作成して初期化します。
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version, Platform platform);
public ComposableAttribute(Type type, CompositionType compositionType, uint version, Platform platform);
function ComposableAttribute(type, compositionType, version, platform)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger, platform As Platform)
パラメーター
- compositionType
- CompositionType
列挙値の 1 つ。
- version
-
UInt32
unsigned int
バージョン。
- platform
- Platform
列挙体の値。 既定値は Windows です。
こちらもご覧ください
- ComposableAttribute(Type, CompositionType, UInt32, String)
- ComposableAttribute(Type, CompositionType, UInt32, Type)
- ComposableAttribute(Type, CompositionType, UInt32)