共用方式為


ExecutionSpecificationExtensions.GetNestedExecutionSpecifications 方法

此執行規格直接擁有的巢狀執行規格。

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

語法

'宣告
<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>

參數

傳回值

類型:IEnumerable<IExecutionSpecification>

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IExecutionSpecification 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

.NET Framework 安全性

請參閱

參考

ExecutionSpecificationExtensions 類別

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空間