IParameter.DefaultValue, propriété
Une valeur à utiliser lorsqu'aucun argument n'est fourni pour le paramètre.
Espace de noms : Microsoft.VisualStudio.Uml.Classes
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property DefaultValue As IValueSpecification
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)
Valeur de propriété
Type : Microsoft.VisualStudio.Uml.Classes.IValueSpecification
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.