StaticAttribute 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
StaticAttribute(Type, UInt32) |
Cria e inicializa uma nova instância do atributo. |
StaticAttribute(Type, UInt32, String) |
Cria e inicializa uma nova instância do atributo. |
StaticAttribute(Type, UInt32, Type) |
Cria e inicializa uma nova instância do atributo. |
StaticAttribute(Type, UInt32, Platform) |
Cria e inicializa uma nova instância do atributo. |
StaticAttribute(Type, UInt32)
Cria e inicializa uma nova instância do atributo.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version);
public StaticAttribute(Type type, uint version);
function StaticAttribute(type, version)
Public Sub New (type As Type, version As UInteger)
Parâmetros
- version
-
UInt32
unsigned int
A versão na qual a interface estática foi adicionada.
Confira também
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)
Aplica-se a
StaticAttribute(Type, UInt32, String)
Cria e inicializa uma nova instância do atributo.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::String ^ contractName);
public StaticAttribute(Type type, uint version, string contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As String)
Parâmetros
- version
-
UInt32
unsigned int
A versão do Contrato de API na qual a fábrica estática foi adicionada à fábrica de ativação da classe de runtime.
- contractName
-
String
Platform::String
Uma cadeia de caracteres que representa o tipo do contrato de API que implementa a classe .
Confira também
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
Aplica-se a
StaticAttribute(Type, UInt32, Type)
Cria e inicializa uma nova instância do atributo.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::Type ^ contractName);
public StaticAttribute(Type type, uint version, Type contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As Type)
Parâmetros
- version
-
UInt32
unsigned int
A versão do Contrato de API na qual a fábrica estática foi adicionada à fábrica de ativação da classe de runtime.
Confira também
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, String)
Aplica-se a
StaticAttribute(Type, UInt32, Platform)
Cria e inicializa uma nova instância do atributo.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version, Platform platform);
public StaticAttribute(Type type, uint version, Platform platform);
function StaticAttribute(type, version, platform)
Public Sub New (type As Type, version As UInteger, platform As Platform)
Parâmetros
- version
-
UInt32
unsigned int
A versão na qual a interface estática foi adicionada.
- platform
- Platform
Um valor da enumeração. O padrão é Windows.
Confira também
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)