ObsoletedOSPlatformAttribute Konstruktory

Definicja

Przeciążenia

Nazwa Opis
ObsoletedOSPlatformAttribute(String)

Inicjuje nowe wystąpienie ObsoletedOSPlatformAttribute klasy dla określonej przestarzałej platformy systemu operacyjnego.

ObsoletedOSPlatformAttribute(String, String)

Inicjuje ObsoletedOSPlatformAttribute nowe wystąpienie klasy atrybutów dla określonej przestarzałej platformy systemu operacyjnego z dodatkowym komunikatem.

ObsoletedOSPlatformAttribute(String)

Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs

Inicjuje nowe wystąpienie ObsoletedOSPlatformAttribute klasy dla określonej przestarzałej platformy systemu operacyjnego.

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)

Parametry

platformName
String

Przestarzała nazwa platformy systemu operacyjnego, opcjonalnie zawierająca wersję.

Dotyczy

ObsoletedOSPlatformAttribute(String, String)

Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs
Źródło:
PlatformAttributes.cs

Inicjuje ObsoletedOSPlatformAttribute nowe wystąpienie klasy atrybutów dla określonej przestarzałej platformy systemu operacyjnego z dodatkowym komunikatem.

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)

Parametry

platformName
String

Przestarzała nazwa platformy systemu operacyjnego, opcjonalnie zawierająca wersję.

message
String

Dodatkowe informacje o obsoletionie, na przykład sugerowana alternatywa dla przestarzałego interfejsu API.

Dotyczy