Freigeben über


ILifeline.OccurrenceSpecifications-Eigenschaft

Ruft alle Vorkommenspezifikationen ab, die dieser Lebenslinie angefügt werden, einschließlich geschachtelter Elemente.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property OccurrenceSpecifications As IEnumerable(Of IOccurrenceSpecification)
    Get
IEnumerable<IOccurrenceSpecification> OccurrenceSpecifications { get; }
property IEnumerable<IOccurrenceSpecification^>^ OccurrenceSpecifications {
    IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract OccurrenceSpecifications : IEnumerable<IOccurrenceSpecification>
function get OccurrenceSpecifications () : IEnumerable<IOccurrenceSpecification>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>

.NET Framework-Sicherheit

Siehe auch

Referenz

ILifeline Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace