Partage via


PreviousContractVersionAttribute Constructeurs

Définition

Surcharges

PreviousContractVersionAttribute(String, UInt32, UInt32)

Crée et initialise une nouvelle instance de l’attribut.

PreviousContractVersionAttribute(Type, UInt32, UInt32)

Crée et initialise une nouvelle instance de l’attribut.

PreviousContractVersionAttribute(String, UInt32, UInt32, String)

Crée et initialise une nouvelle instance de l’attribut.

PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)

Crée et initialise une nouvelle instance de l’attribut.

PreviousContractVersionAttribute(String, UInt32, UInt32)

Crée et initialise une nouvelle instance de l’attribut.

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)

Paramètres

contract
String

Platform::String

winrt::hstring

Nom du contrat précédent.

versionLow
UInt32

unsigned int

uint32_t

Première version du contrat précédent auquel le type a été associé.

versionHigh
UInt32

unsigned int

uint32_t

Dernière version du contrat précédent auquel le type a été associé.

Voir aussi

S’applique à

PreviousContractVersionAttribute(Type, UInt32, UInt32)

Crée et initialise une nouvelle instance de l’attribut.

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)

Paramètres

contract
TypeName Type

Nom du contrat précédent.

versionLow
UInt32

unsigned int

Première version du contrat précédent auquel le type a été associé.

versionHigh
UInt32

unsigned int

Dernière version du contrat précédent auquel le type a été associé.

S’applique à

PreviousContractVersionAttribute(String, UInt32, UInt32, String)

Crée et initialise une nouvelle instance de l’attribut.

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)

Paramètres

contract
String

Platform::String

winrt::hstring

Nom du contrat précédent.

versionLow
UInt32

unsigned int

uint32_t

Première version du contrat précédent auquel le type a été associé.

versionHigh
UInt32

unsigned int

uint32_t

Dernière version du contrat précédent auquel le type a été associé.

newContract
String

Platform::String

winrt::hstring

Nom du nouveau contrat auquel le type est associé.

Voir aussi

S’applique à

PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)

Crée et initialise une nouvelle instance de l’attribut.

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)

Paramètres

contract
TypeName Type

Nom du contrat précédent.

versionLow
UInt32

unsigned int

Première version du contrat précédent auquel le type a été associé.

versionHigh
UInt32

unsigned int

Dernière version du contrat précédent auquel le type a été associé.

newContract
TypeName Type

Type du nouveau contrat auquel le type est associé.

Voir aussi

S’applique à