Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get the list of SwimLaneHasDecorators links to a SwimLane.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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: 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.