ComponentGuaranteesAttribute.Guarantees 属性
定义
获取一个值,该值指示保证的跨多个版本的库、类型或类型成员的兼容性级别。Gets a value that indicates the guaranteed level of compatibility of a library, type, or type member that spans multiple versions.
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
属性值
用于指定保证的跨多个版本的兼容性级别的枚举值之一。One of the enumeration values that specifies the level of compatibility that is guaranteed across multiple versions.
注解
属性的值 Guarantees 对应于 guarantees ComponentGuaranteesAttribute 构造函数的参数。The value of the Guarantees property corresponds to the guarantees parameter of the ComponentGuaranteesAttribute constructor.