IExecutionSpecification.NestedOccurrences Property
Gets messages and executions that occur within the execution.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property NestedOccurrences As IEnumerable(Of IOccurrenceSpecification)
IEnumerable<IOccurrenceSpecification> NestedOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ NestedOccurrences {
IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract NestedOccurrences : IEnumerable<IOccurrenceSpecification> with get
function get NestedOccurrences () : IEnumerable<IOccurrenceSpecification>
Property Value
Type: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.