PexDomainAttributeBase 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
| PexDomainAttributeBase() |
Construtor a ser usado somente na declaração de destino |
| PexDomainAttributeBase(Type) |
Construtor a ser usado somente em um tipo |
| PexDomainAttributeBase(PexDomainTarget, Int32) |
Construtor a ser usado somente em um campo público |
| PexDomainAttributeBase(Type, String) |
Construtor a ser usado somente em um campo público |
PexDomainAttributeBase()
Construtor a ser usado somente na declaração de destino
protected:
PexDomainAttributeBase();
protected PexDomainAttributeBase ();
Protected Sub New ()
Aplica-se a
PexDomainAttributeBase(Type)
Construtor a ser usado somente em um tipo
protected:
PexDomainAttributeBase(Type ^ type);
protected PexDomainAttributeBase (Type type);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Type -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (type As Type)
Parâmetros
- type
- Type
Aplica-se a
PexDomainAttributeBase(PexDomainTarget, Int32)
Construtor a ser usado somente em um campo público
protected:
PexDomainAttributeBase(Microsoft::Pex::Framework::Domains::PexDomainTarget target, int targetIndex);
protected PexDomainAttributeBase (Microsoft.Pex.Framework.Domains.PexDomainTarget target, int targetIndex);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Microsoft.Pex.Framework.Domains.PexDomainTarget * int -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (target As PexDomainTarget, targetIndex As Integer)
Parâmetros
- target
- PexDomainTarget
O destino.
- targetIndex
- Int32
Índice do destino.
Aplica-se a
PexDomainAttributeBase(Type, String)
Construtor a ser usado somente em um campo público
protected:
PexDomainAttributeBase(Type ^ declaringType, System::String ^ fieldName);
protected PexDomainAttributeBase (Type declaringType, string fieldName);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Type * string -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (declaringType As Type, fieldName As String)
Parâmetros
- declaringType
- Type
- fieldName
- String