Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the list of SwimLaneHasDecorators links to a SwimLane.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Shared Function GetLinksToDecorators ( _
swimLaneInstance As SwimLane _
) As ReadOnlyCollection(Of SwimLaneHasDecorators)
public static ReadOnlyCollection<SwimLaneHasDecorators> GetLinksToDecorators(
SwimLane swimLaneInstance
)
public:
static ReadOnlyCollection<SwimLaneHasDecorators^>^ GetLinksToDecorators(
SwimLane^ swimLaneInstance
)
static member GetLinksToDecorators :
swimLaneInstance:SwimLane -> ReadOnlyCollection<SwimLaneHasDecorators>
public static function GetLinksToDecorators(
swimLaneInstance : SwimLane
) : ReadOnlyCollection<SwimLaneHasDecorators>
Parameters
- swimLaneInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<SwimLaneHasDecorators>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.