ComponentGuaranteesAttribute Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the ComponentGuaranteesAttribute class with a value that indicates a library, type, or member's guaranteed level of compatibility across multiple versions.
Namespace: System.Runtime.Versioning
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New ( _
guarantees As ComponentGuaranteesOptions _
)
public ComponentGuaranteesAttribute(
ComponentGuaranteesOptions guarantees
)
Parameters
- guarantees
Type: System.Runtime.Versioning.ComponentGuaranteesOptions
One of the enumeration values that specifies the level of compatibility that is guaranteed across multiple versions
Remarks
When the ComponentGuaranteesAttribute class is instantiated, the value of the guarantees parameter is assigned to the Guarantees property.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.