DeprecatedAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DeprecatedAttribute(String, DeprecationType, UInt32) |
Cria e inicializa uma nova instância do atributo . |
DeprecatedAttribute(String, DeprecationType, UInt32, String) |
Cria e inicializa uma nova instância do atributo . |
DeprecatedAttribute(String, DeprecationType, UInt32, Type) |
Cria e inicializa uma nova instância do atributo . |
DeprecatedAttribute(String, DeprecationType, UInt32, Platform) |
Cria e inicializa uma nova instância do atributo, incluindo um valor platform para direcionamento. |
DeprecatedAttribute(String, DeprecationType, UInt32)
Cria e inicializa uma nova instância do atributo .
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)
Parâmetros
- message
-
String
Platform::String
winrt::hstring
Uma mensagem de cadeia de caracteres que pode ser usada por compiladores e outras ferramentas de desenvolvedor para explicar a substituição e fornecer os nomes de cadeia de caracteres da API alternativa.
- type
- DeprecationType
Um valor da enumeração. O padrão é Preterir.
- version
-
UInt32
unsigned int
uint32_t
Uma constante que indica a versão à qual a substituição se aplica.
Confira também
- DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
- DeprecatedAttribute(String, DeprecationType, UInt32, String)
- DeprecatedAttribute(String, DeprecationType, UInt32, Type)
Aplica-se a
DeprecatedAttribute(String, DeprecationType, UInt32, String)
Cria e inicializa uma nova instância do atributo .
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)
Parâmetros
- message
-
String
Platform::String
winrt::hstring
Uma mensagem de cadeia de caracteres que pode ser usada por compiladores e outras ferramentas de desenvolvedor para explicar a substituição e fornecer os nomes de cadeia de caracteres da API alternativa.
- type
- DeprecationType
Um valor da enumeração. O padrão é Preterir.
- version
-
UInt32
unsigned int
uint32_t
Uma constante que indica a versão à qual a substituição se aplica.
- contract
-
String
Platform::String
winrt::hstring
Uma cadeia de caracteres que representa o tipo do contrato de API que implementa o tipo ou membro preterido.
Confira também
- DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
- DeprecatedAttribute(String, DeprecationType, UInt32, Type)
- DeprecatedAttribute(String, DeprecationType, UInt32)
Aplica-se a
DeprecatedAttribute(String, DeprecationType, UInt32, Type)
Cria e inicializa uma nova instância do atributo .
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)
Parâmetros
- message
-
String
Platform::String
Uma mensagem de cadeia de caracteres que pode ser usada por compiladores e outras ferramentas de desenvolvedor para explicar a substituição e fornecer os nomes de cadeia de caracteres da API alternativa.
- type
- DeprecationType
Um valor da enumeração. O padrão é Preterir.
- version
-
UInt32
unsigned int
Uma constante que indica a versão à qual a substituição se aplica.
Aplica-se a
DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
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)
Parâmetros
- message
-
String
Platform::String
winrt::hstring
Uma mensagem de cadeia de caracteres que pode ser usada por compiladores e outras ferramentas de desenvolvedor para explicar a substituição e fornecer os nomes de cadeia de caracteres da API alternativa.
- type
- DeprecationType
Um valor da enumeração. O padrão é Preterir.
- version
-
UInt32
unsigned int
uint32_t
Uma constante que indica a versão à qual a substituição se aplica.
- platform
- Platform
Um valor da enumeração. O padrão é Windows.