SwimLaneHasBaseSwimLane.GetSubClasses(SwimLane) 方法

定义

获取子类的列表。

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::SwimLane ^> ^ GetSubClasses(Microsoft::VisualStudio::Modeling::DslDefinition::SwimLane ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane> GetSubClasses (Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetSubClasses : Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane>
Public Shared Function GetSubClasses (element As SwimLane) As LinkedElementCollection(Of SwimLane)

参数

element
SwimLane

返回

LinkedElementCollection<SwimLane>
属性

适用于