ComponentGuaranteesAttribute.Guarantees 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,該值表示應用在多個版本中的程式庫、型別或型別成員之相容性保障層級。
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 。