Propriedade ILifeline.OccurrenceSpecifications

Obtém todas as especificações de ocorrência anexado a esta linha de vida, inclusive itens aninhados.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ILifeline Interface

Namespace Microsoft.VisualStudio.Uml.Interactions