ExecutionSpecificationExtensions.GetNestedExecutionSpecifications Method (IExecutionSpecification)
The nested Execution Specifications owned directly by this Execution Specification.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IEnumerable<IExecutionSpecification> GetNestedExecutionSpecifications(
this IExecutionSpecification executionSpecification
)
public:
[ExtensionAttribute]
static IEnumerable<IExecutionSpecification^>^ GetNestedExecutionSpecifications(
IExecutionSpecification^ executionSpecification
)
static member GetNestedExecutionSpecifications :
executionSpecification:IExecutionSpecification -> IEnumerable<IExecutionSpecification>
<ExtensionAttribute>
Public Shared Function GetNestedExecutionSpecifications (
executionSpecification As IExecutionSpecification
) As IEnumerable(Of IExecutionSpecification)
Parameters
- executionSpecification
Type: Microsoft.VisualStudio.Uml.Interactions.IExecutionSpecification
Return Value
Type: System.Collections.Generic.IEnumerable<IExecutionSpecification>
See Also
ExecutionSpecificationExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top