PreviousContractVersionAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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(String, UInt32, UInt32, String)
- PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)
- PreviousContractVersionAttribute(Type, UInt32, UInt32)
적용 대상
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)
매개 변수
- 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(String, UInt32, UInt32)
- PreviousContractVersionAttribute(Type, UInt32, UInt32, Type)
- PreviousContractVersionAttribute(Type, UInt32, UInt32)
적용 대상
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)
매개 변수
- versionLow
-
UInt32
unsigned int
형식이 연결된 이전 계약의 첫 번째 버전입니다.
- versionHigh
-
UInt32
unsigned int
형식이 연결된 이전 계약의 마지막 버전입니다.
추가 정보
- PreviousContractVersionAttribute(String, UInt32, UInt32)
- PreviousContractVersionAttribute(String, UInt32, UInt32, String)
- PreviousContractVersionAttribute(Type, UInt32, UInt32)