UnsupportedOSPlatformAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UnsupportedOSPlatformAttribute(String) |
指定したサポート対象外の OS プラットフォームの UnsupportedOSPlatformAttribute 属性クラスの新しいインスタンスを初期化します。 |
UnsupportedOSPlatformAttribute(String, String) |
追加のメッセージを使用して、 UnsupportedOSPlatformAttribute 指定されたサポートされていない OS プラットフォームの 属性クラスの新しいインスタンスを初期化します。 |
UnsupportedOSPlatformAttribute(String)
指定したサポート対象外の OS プラットフォームの UnsupportedOSPlatformAttribute 属性クラスの新しいインスタンスを初期化します。
public:
UnsupportedOSPlatformAttribute(System::String ^ platformName);
public UnsupportedOSPlatformAttribute (string platformName);
new System.Runtime.Versioning.UnsupportedOSPlatformAttribute : string -> System.Runtime.Versioning.UnsupportedOSPlatformAttribute
Public Sub New (platformName As String)
パラメーター
- platformName
- String
サポートされていない OS プラットフォーム名 (オプションでバージョンを含めます)。
適用対象
UnsupportedOSPlatformAttribute(String, String)
追加のメッセージを使用して、 UnsupportedOSPlatformAttribute 指定されたサポートされていない OS プラットフォームの 属性クラスの新しいインスタンスを初期化します。
public:
UnsupportedOSPlatformAttribute(System::String ^ platformName, System::String ^ message);
public UnsupportedOSPlatformAttribute (string platformName, string? message);
new System.Runtime.Versioning.UnsupportedOSPlatformAttribute : string * string -> System.Runtime.Versioning.UnsupportedOSPlatformAttribute
Public Sub New (platformName As String, message As String)
パラメーター
- platformName
- String
サポートされていない OS プラットフォーム名 (オプションでバージョンを含めます)。
- message
- String
サポートされていない API の置き換えを主に提案する追加メッセージ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET