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
プロパティ値
複数のバージョン間で保証されている互換性のレベルを指定する列挙値の 1 つ。
注釈
プロパティの Guarantees 値は、コンストラクターの guarantees
パラメーターに ComponentGuaranteesAttribute 対応します。