Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.19 KB

previouscontractversionattribute_previouscontractversionattribute_1067943981.md

File metadata and controls

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

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

-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.

-remarks

-see-also

-see-also

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

-examples