다음을 통해 공유


PreviousContractVersionAttribute 생성자

정의

오버로드

PreviousContractVersionAttribute(String, UInt32, UInt32)

특성의 새 instance 만들고 초기화합니다.

PreviousContractVersionAttribute(Type, UInt32, UInt32)

특성의 새 instance 만들고 초기화합니다.

PreviousContractVersionAttribute(String, UInt32, UInt32, String)

특성의 새 instance 만들고 초기화합니다.

PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)

특성의 새 instance 만들고 초기화합니다.

PreviousContractVersionAttribute(String, UInt32, UInt32)

특성의 새 instance 만들고 초기화합니다.

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)

특성의 새 instance 만들고 초기화합니다.

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)

특성의 새 instance 만들고 초기화합니다.

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)

특성의 새 instance 만들고 초기화합니다.

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

형식이 연결된 새 계약의 형식입니다.

추가 정보

적용 대상