Share via


SwimLaneHasDecorators Constructor (SwimLane, Decorator)

Constructor Creates a SwimLaneHasDecorators link in the same Partition as the given 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 Sub New ( _
    source As SwimLane, _
    target As Decorator _
)
public SwimLaneHasDecorators(
    SwimLane source,
    Decorator target
)
public:
SwimLaneHasDecorators(
    SwimLane^ source, 
    Decorator^ target
)
new : 
        source:SwimLane * 
        target:Decorator -> SwimLaneHasDecorators
public function SwimLaneHasDecorators(
    source : SwimLane, 
    target : Decorator
)

Parameters

.NET Framework Security

See Also

Reference

SwimLaneHasDecorators Class

SwimLaneHasDecorators Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace