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
- 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.