Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.2 KB

previouscontractversionattribute_previouscontractversionattribute_424962842.md

File metadata and controls

35 lines (23 loc) · 1.2 KB
-api-id -api-type
M:Windows.Foundation.Metadata.PreviousContractVersionAttribute.#ctor(System.String,System.UInt32,System.UInt32)
winrt method

Windows.Foundation.Metadata.PreviousContractVersionAttribute.PreviousContractVersionAttribute

-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

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

-examples