IObjectNode.UpperBound, propriété
Le nombre maximal de jetons autorisé dans le nœud. '*' signifie qu'il n'existe aucune limite.Les objets ne peuvent pas affluer dans le nœud si la limite supérieure est atteinte.
Espace de noms : Microsoft.VisualStudio.Uml.Activities
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
ReadOnly Property UpperBound As ILiteralInteger
ILiteralInteger UpperBound { get; }
property ILiteralInteger^ UpperBound {
ILiteralInteger^ get ();
}
abstract UpperBound : ILiteralInteger
function get UpperBound () : ILiteralInteger
Valeur de propriété
Type : Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
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.