Sdílet prostřednictvím


ILifeline.OccurrenceSpecifications – vlastnost

Získá všechny specifikace výskyt připojené k životnosti včetně vnořené položky.

Obor názvů:  Microsoft.VisualStudio.Uml.Interactions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: IEnumerable<IOccurrenceSpecification>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ILifeline Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů