ComponentGuaranteesAttribute.Guarantees 属性

定义

获取一个值,该值指示保证的跨多个版本的库、类型或类型成员的兼容性级别。

public:
 property System::Runtime::Versioning::ComponentGuaranteesOptions Guarantees { System::Runtime::Versioning::ComponentGuaranteesOptions get(); };
public System.Runtime.Versioning.ComponentGuaranteesOptions Guarantees { get; }
member this.Guarantees : System.Runtime.Versioning.ComponentGuaranteesOptions
Public ReadOnly Property Guarantees As ComponentGuaranteesOptions

属性值

用于指定保证的跨多个版本的兼容性级别的枚举值之一。

注解

属性的值 Guarantees 对应于 guarantees 构造函数的 ComponentGuaranteesAttribute 参数。

适用于