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)
IEnumerable<IOccurrenceSpecification> TopLevelOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ TopLevelOccurrences {
IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract TopLevelOccurrences : IEnumerable<IOccurrenceSpecification> with get
function get TopLevelOccurrences () : IEnumerable<IOccurrenceSpecification>
Hodnota vlastnosti
Typ: IEnumerable<IOccurrenceSpecification>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.