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 any SwimLaneHasDecorators links between a given SwimLane and a Decorator.
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 GetLinks ( _
source As SwimLane, _
target As Decorator _
) As ReadOnlyCollection(Of SwimLaneHasDecorators)
public static ReadOnlyCollection<SwimLaneHasDecorators> GetLinks(
SwimLane source,
Decorator target
)
public:
static ReadOnlyCollection<SwimLaneHasDecorators^>^ GetLinks(
SwimLane^ source,
Decorator^ target
)
static member GetLinks :
source:SwimLane *
target:Decorator -> ReadOnlyCollection<SwimLaneHasDecorators>
public static function GetLinks(
source : SwimLane,
target : Decorator
) : ReadOnlyCollection<SwimLaneHasDecorators>
Parameters
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.