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

複数のバージョン間で保証されている互換性のレベルを指定する列挙値の 1 つ。

注釈

プロパティの Guarantees 値は、コンストラクターの guarantees パラメーターに ComponentGuaranteesAttribute 対応します。

適用対象