Udostępnij za pośrednictwem


ObsoletedOSPlatformAttribute Klasa

Definicja

Oznacza interfejsy API, które były przestarzałe w danej wersji systemu operacyjnego.

public ref class ObsoletedOSPlatformAttribute sealed : System::Runtime::Versioning::OSPlatformAttribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Module | System.AttributeTargets.Property | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
public sealed class ObsoletedOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Module | System.AttributeTargets.Property | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)>]
type ObsoletedOSPlatformAttribute = class
    inherit OSPlatformAttribute
Public NotInheritable Class ObsoletedOSPlatformAttribute
Inherits OSPlatformAttribute
Dziedziczenie
ObsoletedOSPlatformAttribute
Atrybuty

Uwagi

Głównie używane przez powiązania systemu operacyjnego do wskazywania interfejsów API, które nie powinny być już używane.

Konstruktory

ObsoletedOSPlatformAttribute(String)

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

ObsoletedOSPlatformAttribute(String, String)

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

Właściwości

Message

Pobiera opcjonalny dodatkowy komunikat podany dla atrybutu.

PlatformName

Pobiera nazwę i opcjonalną wersję platformy, do którego ma zastosowanie atrybut.

(Odziedziczone po OSPlatformAttribute)
TypeId

Po zaimplementowaniu w klasie pochodnej pobiera unikatowy identyfikator dla tego elementu Attribute.

(Odziedziczone po Attribute)
Url

Pobiera lub ustawia adres URL odpowiedniej dokumentacji.

Metody

Equals(Object)

Zwraca wartość wskazującą, czy to wystąpienie jest równe podanemu obiektowi.

(Odziedziczone po Attribute)
GetHashCode()

Zwraca wartość skrótu dla tego wystąpienia.

(Odziedziczone po Attribute)
GetType()

Type Pobiera bieżące wystąpienie.

(Odziedziczone po Object)
IsDefaultAttribute()

W przypadku zastąpienia w klasie pochodnej wskazuje, czy wartość tego wystąpienia jest wartością domyślną klasy pochodnej.

(Odziedziczone po Attribute)
Match(Object)

W przypadku zastąpienia w klasie pochodnej zwraca wartość wskazującą, czy to wystąpienie jest równe określonemu obiektowi.

(Odziedziczone po Attribute)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy