Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 733 Bytes

contractversionattribute_contractversionattribute_381309182.md

File metadata and controls

29 lines (19 loc) · 733 Bytes
-api-id -api-type
M:Windows.Foundation.Metadata.ContractVersionAttribute.#ctor(System.String,System.UInt32)
winrt method

Windows.Foundation.Metadata.ContractVersionAttribute.ContractVersionAttribute

-description

Creates and initializes a new instance of the attribute.

-parameters

-param contract

The type to associate with the API contract.

-param version

The version of the API contract.

-remarks

This constructor applies to a type with the ApiContractAttribute and specifies the contract version of that API contract.

-see-also

-examples