Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ComponentGuaranteesAttribute Constructor (ComponentGuaranteesOptions)

 

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)

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.

When the ComponentGuaranteesAttribute class is instantiated, the value of the guarantees parameter is assigned to the Guarantees property.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft