ComponentGuaranteesAttribute(ComponentGuaranteesOptions) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ライブラリ、型、またはメンバーが複数のバージョン間で保証されている互換性レベルを示す値を使用して、 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 プロパティに割り当てられます。