Propriedade DefaultParameterValueAttribute.Value
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Obtém o valor padrão de um parâmetro.
Namespace: System.Runtime.InteropServices
Assembly: System (em System.dll)
Sintaxe
public object Value { get; }
public:
property Object^ Value {
Object^ get();
}
member Value : Object with get
Public ReadOnly Property Value As Object
Valor da Propriedade
Type: System.Object
Um objeto que representa o valor padrão de um parâmetro.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Classe DefaultParameterValueAttribute
Namespace System.Runtime.InteropServices
Retornar ao início