DeprecatedAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeprecatedAttribute(String, DeprecationType, UInt32) |
Erstellt und initialisiert eine neue instance des Attributs. |
DeprecatedAttribute(String, DeprecationType, UInt32, String) |
Erstellt und initialisiert eine neue instance des Attributs. |
DeprecatedAttribute(String, DeprecationType, UInt32, Type) |
Erstellt und initialisiert eine neue instance des Attributs. |
DeprecatedAttribute(String, DeprecationType, UInt32, Platform) |
Erstellt und initialisiert eine neue instance des Attributs, einschließlich eines Platform-Werts für die Zieladressierung. |
DeprecatedAttribute(String, DeprecationType, UInt32)
Erstellt und initialisiert eine neue instance des Attributs.
public:
DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version);
DeprecatedAttribute(winrt::hstring const& message, DeprecationType const& type, uint32_t const& version);
public DeprecatedAttribute(string message, DeprecationType type, uint version);
function DeprecatedAttribute(message, type, version)
Public Sub New (message As String, type As DeprecationType, version As UInteger)
Parameter
- message
-
String
Platform::String
winrt::hstring
Eine Zeichenfolgenmeldung, die von Compilern und anderen Entwicklertools verwendet werden kann, um die Veraltetkeit zu erläutern und die Zeichenfolgennamen der alternativen API bereitzustellen.
- type
- DeprecationType
Ein Wert aus der Enumeration. Der Standardwert ist Veraltet.
- version
-
UInt32
unsigned int
uint32_t
Eine Konstante, die die Version angibt, für die die Veraltetkeit gilt.
Weitere Informationen
- DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
- DeprecatedAttribute(String, DeprecationType, UInt32, String)
- DeprecatedAttribute(String, DeprecationType, UInt32, Type)
Gilt für:
DeprecatedAttribute(String, DeprecationType, UInt32, String)
Erstellt und initialisiert eine neue instance des Attributs.
public:
DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version, Platform::String ^ contract);
DeprecatedAttribute(winrt::hstring const& message, DeprecationType const& type, uint32_t const& version, winrt::hstring const& contract);
public DeprecatedAttribute(string message, DeprecationType type, uint version, string contract);
function DeprecatedAttribute(message, type, version, contract)
Public Sub New (message As String, type As DeprecationType, version As UInteger, contract As String)
Parameter
- message
-
String
Platform::String
winrt::hstring
Eine Zeichenfolgenmeldung, die von Compilern und anderen Entwicklertools verwendet werden kann, um die Veraltetkeit zu erläutern und die Zeichenfolgennamen der alternativen API bereitzustellen.
- type
- DeprecationType
Ein Wert aus der Enumeration. Der Standardwert ist Veraltet.
- version
-
UInt32
unsigned int
uint32_t
Eine Konstante, die die Version angibt, für die die Veraltetkeit gilt.
- contract
-
String
Platform::String
winrt::hstring
Eine Zeichenfolge, die den Typ des API-Vertrags darstellt, der den veralteten Typ oder Member implementiert.
Weitere Informationen
- DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
- DeprecatedAttribute(String, DeprecationType, UInt32, Type)
- DeprecatedAttribute(String, DeprecationType, UInt32)
Gilt für:
DeprecatedAttribute(String, DeprecationType, UInt32, Type)
Erstellt und initialisiert eine neue instance des Attributs.
public:
DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version, Platform::Type ^ contract);
public DeprecatedAttribute(string message, DeprecationType type, uint version, Type contract);
function DeprecatedAttribute(message, type, version, contract)
Public Sub New (message As String, type As DeprecationType, version As UInteger, contract As Type)
Parameter
- message
-
String
Platform::String
Eine Zeichenfolgenmeldung, die von Compilern und anderen Entwicklertools verwendet werden kann, um die Veraltetkeit zu erläutern und die Zeichenfolgennamen der alternativen API bereitzustellen.
- type
- DeprecationType
Ein Wert aus der Enumeration. Der Standardwert ist Veraltet.
- version
-
UInt32
unsigned int
Eine Konstante, die die Version angibt, für die die Veraltetkeit gilt.
Gilt für:
DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
Erstellt und initialisiert eine neue instance des Attributs, einschließlich eines Platform-Werts für die Zieladressierung.
public:
DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version, Platform platform);
DeprecatedAttribute(winrt::hstring const& message, DeprecationType const& type, uint32_t const& version, Platform const& platform);
public DeprecatedAttribute(string message, DeprecationType type, uint version, Platform platform);
function DeprecatedAttribute(message, type, version, platform)
Public Sub New (message As String, type As DeprecationType, version As UInteger, platform As Platform)
Parameter
- message
-
String
Platform::String
winrt::hstring
Eine Zeichenfolgenmeldung, die von Compilern und anderen Entwicklertools verwendet werden kann, um die Veraltetkeit zu erläutern und die Zeichenfolgennamen der alternativen API bereitzustellen.
- type
- DeprecationType
Ein Wert aus der Enumeration. Der Standardwert ist Veraltet.
- version
-
UInt32
unsigned int
uint32_t
Eine Konstante, die die Version angibt, für die die Veraltetkeit gilt.
- platform
- Platform
Ein Wert aus der Enumeration. Der Standardwert ist Windows.