SwimLaneHasBaseSwimLane.GetSubClasses(SwimLane) Method

Definition

Gets a list of SubClasses.

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)

Parameters

element
SwimLane

Returns

Attributes

Applies to