IExecutionSpecification.NestedOccurrences, propriété
Obtient les messages et les exécutions qui se produisent lors de l'exécution.
Espace de noms : Microsoft.VisualStudio.Uml.Interactions
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
ReadOnly Property NestedOccurrences As IEnumerable(Of IOccurrenceSpecification)
Get
IEnumerable<IOccurrenceSpecification> NestedOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ NestedOccurrences {
IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract NestedOccurrences : IEnumerable<IOccurrenceSpecification>
function get NestedOccurrences () : IEnumerable<IOccurrenceSpecification>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<IOccurrenceSpecification>
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.