Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the position of the Execution Occurrence on a Lifeline.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property ExecutionOccurrenceSpecifications As IEnumerable(Of IExecutionOccurrenceSpecification)
Get
IEnumerable<IExecutionOccurrenceSpecification> ExecutionOccurrenceSpecifications { get; }
property IEnumerable<IExecutionOccurrenceSpecification^>^ ExecutionOccurrenceSpecifications {
IEnumerable<IExecutionOccurrenceSpecification^>^ get ();
}
abstract ExecutionOccurrenceSpecifications : IEnumerable<IExecutionOccurrenceSpecification>
function get ExecutionOccurrenceSpecifications () : IEnumerable<IExecutionOccurrenceSpecification>
Property Value
Type: System.Collections.Generic.IEnumerable<IExecutionOccurrenceSpecification>
.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.