次の方法で共有


SwimLaneMap.SwimLane Property

Gets or sets SwimLane. Swimlane being mapped.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'宣言
Public Property SwimLane As SwimLane
    Get
    Set
public SwimLane SwimLane { get; set; }
public:
property SwimLane^ SwimLane {
    SwimLane^ get ();
    void set (SwimLane^ value);
}
member SwimLane : SwimLane with get, set
function get SwimLane () : SwimLane
function set SwimLane (value : SwimLane)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane

.NET Framework Security

See Also

Reference

SwimLaneMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace