DefaultValueAttribute Construtores

Definição

Inicializa uma nova instância da classe DefaultValueAttribute.

Sobrecargas

DefaultValueAttribute(Boolean)

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor Boolean.

DefaultValueAttribute(Type, String)

Inicializa uma nova instância de classe DefaultValueAttribute, convertendo o valor especificado para o tipo especificado e usando uma cultura invariável como o contexto de translação.

DefaultValueAttribute(UInt64)

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor UInt64.

DefaultValueAttribute(UInt32)

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor UInt32.

DefaultValueAttribute(UInt16)

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor UInt16.

DefaultValueAttribute(String)

Inicializa uma nova instância da classe DefaultValueAttribute usando um String.

DefaultValueAttribute(SByte)

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor SByte.

DefaultValueAttribute(Single)

Inicializa uma nova instância da classe DefaultValueAttribute usando um número de ponto flutuante de precisão simples.

DefaultValueAttribute(Int64)

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro com sinal de 64 bits.

DefaultValueAttribute(Int32)

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro com sinal de 32 bits.

DefaultValueAttribute(Int16)

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro com sinal de 16 bits.

DefaultValueAttribute(Double)

Inicializa uma nova instância da classe DefaultValueAttribute usando um número de ponto flutuante de precisão dupla.

DefaultValueAttribute(Char)

Inicializa uma nova instância da classe DefaultValueAttribute usando um caractere Unicode.

DefaultValueAttribute(Byte)

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro sem sinal de 8 bits.

DefaultValueAttribute(Object)

Inicializa uma nova instância da classe DefaultValueAttribute.

DefaultValueAttribute(Boolean)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor Boolean.

public:
 DefaultValueAttribute(bool value);
public DefaultValueAttribute (bool value);
new System.ComponentModel.DefaultValueAttribute : bool -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Boolean)

Parâmetros

value
Boolean

Um Boolean que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Type, String)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância de classe DefaultValueAttribute, convertendo o valor especificado para o tipo especificado e usando uma cultura invariável como o contexto de translação.

public:
 DefaultValueAttribute(Type ^ type, System::String ^ value);
public DefaultValueAttribute (Type type, string value);
public DefaultValueAttribute (Type type, string? value);
new System.ComponentModel.DefaultValueAttribute : Type * string -> System.ComponentModel.DefaultValueAttribute
Public Sub New (type As Type, value As String)

Parâmetros

type
Type

Um Type que representa o tipo para o qual converter o valor.

value
String

Um String que pode ser convertido para o tipo usando o TypeConverter para o tipo e a cultura Inglês nos EUA.

Aplica-se a

DefaultValueAttribute(UInt64)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Importante

Esta API não está em conformidade com CLS.

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor UInt64.

public:
 DefaultValueAttribute(System::UInt64 value);
[System.CLSCompliant(false)]
public DefaultValueAttribute (ulong value);
[<System.CLSCompliant(false)>]
new System.ComponentModel.DefaultValueAttribute : uint64 -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As ULong)

Parâmetros

value
UInt64

O valor inteiro longo sem sinal padrão.

Atributos

Aplica-se a

DefaultValueAttribute(UInt32)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Importante

Esta API não está em conformidade com CLS.

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor UInt32.

public:
 DefaultValueAttribute(System::UInt32 value);
[System.CLSCompliant(false)]
public DefaultValueAttribute (uint value);
[<System.CLSCompliant(false)>]
new System.ComponentModel.DefaultValueAttribute : uint32 -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As UInteger)

Parâmetros

value
UInt32

O valor inteiro sem sinal padrão.

Atributos

Aplica-se a

DefaultValueAttribute(UInt16)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Importante

Esta API não está em conformidade com CLS.

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor UInt16.

public:
 DefaultValueAttribute(System::UInt16 value);
[System.CLSCompliant(false)]
public DefaultValueAttribute (ushort value);
[<System.CLSCompliant(false)>]
new System.ComponentModel.DefaultValueAttribute : uint16 -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As UShort)

Parâmetros

value
UInt16

O valor inteiro de 16 bits sem sinal padrão.

Atributos

Aplica-se a

DefaultValueAttribute(String)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um String.

public:
 DefaultValueAttribute(System::String ^ value);
public DefaultValueAttribute (string value);
public DefaultValueAttribute (string? value);
new System.ComponentModel.DefaultValueAttribute : string -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As String)

Parâmetros

value
String

Um String que é o valor padrão.

Aplica-se a

DefaultValueAttribute(SByte)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Importante

Esta API não está em conformidade com CLS.

Inicializa uma nova instância da classe DefaultValueAttribute usando um valor SByte.

public:
 DefaultValueAttribute(System::SByte value);
[System.CLSCompliant(false)]
public DefaultValueAttribute (sbyte value);
[<System.CLSCompliant(false)>]
new System.ComponentModel.DefaultValueAttribute : sbyte -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As SByte)

Parâmetros

value
SByte

O valor de byte com sinal padrão.

Atributos

Aplica-se a

DefaultValueAttribute(Single)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um número de ponto flutuante de precisão simples.

public:
 DefaultValueAttribute(float value);
public DefaultValueAttribute (float value);
new System.ComponentModel.DefaultValueAttribute : single -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Single)

Parâmetros

value
Single

Um número de ponto flutuante de precisão simples que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Int64)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro com sinal de 64 bits.

public:
 DefaultValueAttribute(long value);
public DefaultValueAttribute (long value);
new System.ComponentModel.DefaultValueAttribute : int64 -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Long)

Parâmetros

value
Int64

Um inteiro com sinal de 64 bits que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Int32)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro com sinal de 32 bits.

public:
 DefaultValueAttribute(int value);
public DefaultValueAttribute (int value);
new System.ComponentModel.DefaultValueAttribute : int -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Integer)

Parâmetros

value
Int32

Um inteiro com sinal de 32 bits que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Int16)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro com sinal de 16 bits.

public:
 DefaultValueAttribute(short value);
public DefaultValueAttribute (short value);
new System.ComponentModel.DefaultValueAttribute : int16 -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Short)

Parâmetros

value
Int16

Um inteiro com sinal de 16 bits que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Double)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um número de ponto flutuante de precisão dupla.

public:
 DefaultValueAttribute(double value);
public DefaultValueAttribute (double value);
new System.ComponentModel.DefaultValueAttribute : double -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Double)

Parâmetros

value
Double

Um número de ponto flutuante de precisão dupla que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Char)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um caractere Unicode.

public:
 DefaultValueAttribute(char value);
public DefaultValueAttribute (char value);
new System.ComponentModel.DefaultValueAttribute : char -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Char)

Parâmetros

value
Char

Um caractere Unicode que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Byte)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute usando um inteiro sem sinal de 8 bits.

public:
 DefaultValueAttribute(System::Byte value);
public DefaultValueAttribute (byte value);
new System.ComponentModel.DefaultValueAttribute : byte -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Byte)

Parâmetros

value
Byte

Um inteiro sem sinal de 8 bits que é o valor padrão.

Aplica-se a

DefaultValueAttribute(Object)

Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs
Origem:
DefaultValueAttribute.cs

Inicializa uma nova instância da classe DefaultValueAttribute.

public:
 DefaultValueAttribute(System::Object ^ value);
public DefaultValueAttribute (object value);
public DefaultValueAttribute (object? value);
new System.ComponentModel.DefaultValueAttribute : obj -> System.ComponentModel.DefaultValueAttribute
Public Sub New (value As Object)

Parâmetros

value
Object

Um Object que representa o valor padrão.

Aplica-se a