ObsoletedOSPlatformAttribute コンストラクター

定義

オーバーロード

名前 説明
ObsoletedOSPlatformAttribute(String)

指定した古い OS プラットフォームの ObsoletedOSPlatformAttribute クラスの新しいインスタンスを初期化します。

ObsoletedOSPlatformAttribute(String, String)

指定した古い OS プラットフォームの ObsoletedOSPlatformAttribute 属性クラスの新しいインスタンスを、追加のメッセージで初期化します。

ObsoletedOSPlatformAttribute(String)

ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs

指定した古い OS プラットフォームの ObsoletedOSPlatformAttribute クラスの新しいインスタンスを初期化します。

public:
 ObsoletedOSPlatformAttribute(System::String ^ platformName);
public ObsoletedOSPlatformAttribute(string platformName);
new System.Runtime.Versioning.ObsoletedOSPlatformAttribute : string -> System.Runtime.Versioning.ObsoletedOSPlatformAttribute
Public Sub New (platformName As String)

パラメーター

platformName
String

古い OS プラットフォーム名 (必要に応じてバージョンを含む)。

適用対象

ObsoletedOSPlatformAttribute(String, String)

ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs

指定した古い OS プラットフォームの ObsoletedOSPlatformAttribute 属性クラスの新しいインスタンスを、追加のメッセージで初期化します。

public:
 ObsoletedOSPlatformAttribute(System::String ^ platformName, System::String ^ message);
public ObsoletedOSPlatformAttribute(string platformName, string? message);
new System.Runtime.Versioning.ObsoletedOSPlatformAttribute : string * string -> System.Runtime.Versioning.ObsoletedOSPlatformAttribute
Public Sub New (platformName As String, message As String)

パラメーター

platformName
String

古い OS プラットフォーム名 (必要に応じてバージョンを含む)。

message
String

古い API の代替候補など、旧形式に関する追加情報。

適用対象