IExecutionEvent.ExecutionOccurrenceSpecifications – vlastnost
Získává pozici výskytu spuštění na životnost.
Obor názvů: Microsoft.VisualStudio.Uml.Interactions
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
ReadOnly Property ExecutionOccurrenceSpecifications As IEnumerable(Of IExecutionOccurrenceSpecification)
IEnumerable<IExecutionOccurrenceSpecification> ExecutionOccurrenceSpecifications { get; }
property IEnumerable<IExecutionOccurrenceSpecification^>^ ExecutionOccurrenceSpecifications {
IEnumerable<IExecutionOccurrenceSpecification^>^ get ();
}
abstract ExecutionOccurrenceSpecifications : IEnumerable<IExecutionOccurrenceSpecification>
function get ExecutionOccurrenceSpecifications () : IEnumerable<IExecutionOccurrenceSpecification>
Hodnota vlastnosti
Typ: System.Collections.Generic.IEnumerable<IExecutionOccurrenceSpecification>
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.