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 割り当てられます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET