Share via


PreviousContractVersionAttribute コンストラクター

定義

オーバーロード

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(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)

パラメーター

contract
TypeName Type

前のコントラクトの名前。

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(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)

パラメーター

contract
TypeName Type

前のコントラクトの名前。

versionLow
UInt32

unsigned int

型が関連付けられた以前のコントラクトの最初のバージョン。

versionHigh
UInt32

unsigned int

型が関連付けられた以前のコントラクトの最後のバージョン。

newContract
TypeName Type

型が関連付けられている新しいコントラクトの型。

こちらもご覧ください

適用対象