Compartilhar via


Propriedade IParameter.DefaultValue

Um valor a ser usado quando nenhum argumento for fornecido para o parâmetro.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property DefaultValue As IValueSpecification
    Get
    Set
IValueSpecification DefaultValue { get; set; }
property IValueSpecification^ DefaultValue {
    IValueSpecification^ get ();
    void set (IValueSpecification^ value);
}
abstract DefaultValue : IValueSpecification with get, set
function get DefaultValue () : IValueSpecification
function set DefaultValue (value : IValueSpecification)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Classes.IValueSpecification

Segurança do .NET Framework

Consulte também

Referência

IParameter Interface

Namespace Microsoft.VisualStudio.Uml.Classes