ExecutionSpecificationExtensions.GetNestedExecutionSpecifications Method

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

'Declaration
<ExtensionAttribute> _
Public Shared Function GetNestedExecutionSpecifications ( _
    executionSpecification As IExecutionSpecification _
) As IEnumerable(Of IExecutionSpecification)
public static IEnumerable<IExecutionSpecification> GetNestedExecutionSpecifications(
    this IExecutionSpecification executionSpecification
)
[ExtensionAttribute]
public:
static IEnumerable<IExecutionSpecification^>^ GetNestedExecutionSpecifications(
    IExecutionSpecification^ executionSpecification
)
static member GetNestedExecutionSpecifications : 
        executionSpecification:IExecutionSpecification -> IEnumerable<IExecutionSpecification> 
public static function GetNestedExecutionSpecifications(
    executionSpecification : IExecutionSpecification
) : IEnumerable<IExecutionSpecification>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<IExecutionSpecification>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IExecutionSpecification. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ExecutionSpecificationExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace