Share via


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

屬性值

ComponentGuaranteesOptions

一個列舉值,指定多版相容性保障層級。

備註

屬性的值 Guarantees 會對應至 guarantees 建構函式的參數 ComponentGuaranteesAttribute

適用於