Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.18 KB

deprecatedattribute_deprecatedattribute_1976601322.md

File metadata and controls

33 lines (23 loc) · 1.18 KB
-api-id -api-type
M:Windows.Foundation.Metadata.DeprecatedAttribute.#ctor(System.String,Windows.Foundation.Metadata.DeprecationType,System.UInt32)
winrt method

Windows.Foundation.Metadata.DeprecatedAttribute.DeprecatedAttribute

-description

Creates and initializes a new instance of the attribute.

-parameters

-param message

A string message that can be used by compilers and other developer tools to explain the deprecation and provide the string names of alternate API.

-param type

A value of the enumeration. The default is Deprecate.

-param version

A constant that indicates the version that the deprecation applies to.

-remarks

-examples

-see-also

DeprecatedAttribute(String, DeprecationType, UInt32, Platform), DeprecatedAttribute(String, DeprecationType, UInt32, String), DeprecatedAttribute(String, DeprecationType, UInt32, Type)