Freigeben über


ExecutionSpecificationExtensions.GetNestedExecutionSpecifications-Methode

Die geschachtelten Ausführungsspezifikationen direkt im Besitz von dieser Ausführungsspezifikation.

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>

Parameter

Rückgabewert

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

Hinweis zur Verwendung

In Visual Basic und C# können Sie diese Methode als Instanzenmethode für ein beliebiges Objekt vom Typ IExecutionSpecification aufrufen. Bei Verwendung der Syntax für Instanzenmethoden lassen Sie den ersten Parameter aus. Weitere Informationen finden Sie unter Erweiterungsmethoden (Visual Basic) und Erweiterungsmethoden (C#-Programmierhandbuch).

.NET Framework-Sicherheit

Siehe auch

Referenz

ExecutionSpecificationExtensions Klasse

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml-Namespace