Sdílet prostřednictvím


ILifeline.TopLevelOccurrences – vlastnost

Získá výskyt specifikace, která jsou připojena k této životnost kromě vnořených uvnitř jiných životnosti.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ILifeline Rozhraní

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