ComponentGuaranteesAttribute(ComponentGuaranteesOptions) コンストラクター

定義

ライブラリ、型、またはメンバーの、複数のバージョン間で保証されている互換性のレベルを示す値を使用して、ComponentGuaranteesAttribute クラスの新しいインスタンスを初期化します。

public:
 ComponentGuaranteesAttribute(System::Runtime::Versioning::ComponentGuaranteesOptions guarantees);
public ComponentGuaranteesAttribute (System.Runtime.Versioning.ComponentGuaranteesOptions guarantees);
new System.Runtime.Versioning.ComponentGuaranteesAttribute : System.Runtime.Versioning.ComponentGuaranteesOptions -> System.Runtime.Versioning.ComponentGuaranteesAttribute
Public Sub New (guarantees As ComponentGuaranteesOptions)

パラメーター

guarantees
ComponentGuaranteesOptions

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

注釈

クラスが ComponentGuaranteesAttribute インスタンス化されると、 パラメーターの guarantees 値が プロパティに Guarantees 割り当てられます。

適用対象