PreviousContractVersionAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PreviousContractVersionAttribute(String, UInt32, UInt32) |
属性の新しいインスタンスを作成して初期化します。 |
PreviousContractVersionAttribute(Type, UInt32, UInt32) |
属性の新しいインスタンスを作成して初期化します。 |
PreviousContractVersionAttribute(String, UInt32, UInt32, String) |
属性の新しいインスタンスを作成して初期化します。 |
PreviousContractVersionAttribute(Type, UInt32, UInt32, Type) |
属性の新しいインスタンスを作成して初期化します。 |
PreviousContractVersionAttribute(String, UInt32, UInt32)
属性の新しいインスタンスを作成して初期化します。
public:
PreviousContractVersionAttribute(Platform::String ^ contract, unsigned int versionLow, unsigned int versionHigh);
PreviousContractVersionAttribute(winrt::hstring const& contract, uint32_t const& versionLow, uint32_t const& versionHigh);
public PreviousContractVersionAttribute(string contract, uint versionLow, uint versionHigh);
function PreviousContractVersionAttribute(contract, versionLow, versionHigh)
Public Sub New (contract As String, versionLow As UInteger, versionHigh As UInteger)
パラメーター
- contract
-
String
Platform::String
winrt::hstring
前のコントラクトの名前。
- versionLow
-
UInt32
unsigned int
uint32_t
型が関連付けられた以前のコントラクトの最初のバージョン。
- versionHigh
-
UInt32
unsigned int
uint32_t
型が関連付けられた以前のコントラクトの最後のバージョン。
こちらもご覧ください
- PreviousContractVersionAttribute(String, UInt32, UInt32, String)
- PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)
- PreviousContractVersionAttribute(Type, UInt32, UInt32)
適用対象
PreviousContractVersionAttribute(Type, UInt32, UInt32)
属性の新しいインスタンスを作成して初期化します。
public:
PreviousContractVersionAttribute(Platform::Type ^ contract, unsigned int versionLow, unsigned int versionHigh);
public PreviousContractVersionAttribute(Type contract, uint versionLow, uint versionHigh);
function PreviousContractVersionAttribute(contract, versionLow, versionHigh)
Public Sub New (contract As Type, versionLow As UInteger, versionHigh As UInteger)
パラメーター
- versionLow
-
UInt32
unsigned int
型が関連付けられた以前のコントラクトの最初のバージョン。
- versionHigh
-
UInt32
unsigned int
型が関連付けられた以前のコントラクトの最後のバージョン。
適用対象
PreviousContractVersionAttribute(String, UInt32, UInt32, String)
属性の新しいインスタンスを作成して初期化します。
public:
PreviousContractVersionAttribute(Platform::String ^ contract, unsigned int versionLow, unsigned int versionHigh, Platform::String ^ newContract);
PreviousContractVersionAttribute(winrt::hstring const& contract, uint32_t const& versionLow, uint32_t const& versionHigh, winrt::hstring const& newContract);
public PreviousContractVersionAttribute(string contract, uint versionLow, uint versionHigh, string newContract);
function PreviousContractVersionAttribute(contract, versionLow, versionHigh, newContract)
Public Sub New (contract As String, versionLow As UInteger, versionHigh As UInteger, newContract As String)
パラメーター
- contract
-
String
Platform::String
winrt::hstring
前のコントラクトの名前。
- versionLow
-
UInt32
unsigned int
uint32_t
型が関連付けられた以前のコントラクトの最初のバージョン。
- versionHigh
-
UInt32
unsigned int
uint32_t
型が関連付けられた以前のコントラクトの最後のバージョン。
- newContract
-
String
Platform::String
winrt::hstring
型が関連付けられている新しいコントラクトの名前。
こちらもご覧ください
- PreviousContractVersionAttribute(String, UInt32, UInt32)
- PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)
- PreviousContractVersionAttribute(Type, UInt32, UInt32)
適用対象
PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)
属性の新しいインスタンスを作成して初期化します。
public:
PreviousContractVersionAttribute(Platform::Type ^ contract, unsigned int versionLow, unsigned int versionHigh, Platform::Type ^ newContract);
public PreviousContractVersionAttribute(Type contract, uint versionLow, uint versionHigh, Type newContract);
function PreviousContractVersionAttribute(contract, versionLow, versionHigh, newContract)
Public Sub New (contract As Type, versionLow As UInteger, versionHigh As UInteger, newContract As Type)
パラメーター
- versionLow
-
UInt32
unsigned int
型が関連付けられた以前のコントラクトの最初のバージョン。
- versionHigh
-
UInt32
unsigned int
型が関連付けられた以前のコントラクトの最後のバージョン。
こちらもご覧ください
- PreviousContractVersionAttribute(String, UInt32, UInt32)
- PreviousContractVersionAttribute(String, UInt32, UInt32, String)
- PreviousContractVersionAttribute(Type, UInt32, UInt32)