SwimLaneHasBaseSwimLane.GetLinksToSubClasses(SwimLane) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of SwimLaneHasBaseSwimLane links to a SwimLane.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::SwimLaneHasBaseSwimLane ^> ^ GetLinksToSubClasses(Microsoft::VisualStudio::Modeling::DslDefinition::SwimLane ^ baseSwimLaneInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane> GetLinksToSubClasses (Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane baseSwimLaneInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToSubClasses : Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane>
Public Shared Function GetLinksToSubClasses (baseSwimLaneInstance As SwimLane) As ReadOnlyCollection(Of SwimLaneHasBaseSwimLane)
Parameters
- baseSwimLaneInstance
- SwimLane
Returns
- Attributes