Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.