Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.3 KB

previouscontractversionattribute_previouscontractversionattribute_1003005803.md

File metadata and controls

45 lines (25 loc) · 1.3 KB
-api-id -api-type
M:Windows.Foundation.Metadata.PreviousContractVersionAttribute.#ctor(System.Type,System.UInt32,System.UInt32,System.Type)
winrt constructor

Windows.Foundation.Metadata.PreviousContractVersionAttribute.#ctor(System.Type,System.UInt32,System.UInt32,System.Type)

-description

Creates and initializes a new instance of the attribute.

-parameters

-param contract

The name of the previous contract.

-param versionLow

The first version of the previous contract to which the type was associated.

-param versionHigh

The last version of the previous contract to which the type was associated.

-param newContract

The type of the new contract to which the type is associated.

-remarks

-see-also

PreviousContractVersionAttribute(String, UInt32, UInt32), PreviousContractVersionAttribute(String, UInt32, UInt32, String), PreviousContractVersionAttribute(Type, UInt32, UInt32)

-examples