SwimLaneHasDecorators.SwimLane Property
DomainRole SwimLane Decorators defined by the swimlane.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Decorators", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("040dcec9-25a7-4d7f-8633-9f3e333cdfa6")> _
Public Property SwimLane As SwimLane
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Decorators", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("040dcec9-25a7-4d7f-8633-9f3e333cdfa6")]
public SwimLane SwimLane { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Decorators",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"040dcec9-25a7-4d7f-8633-9f3e333cdfa6")]
public:
property SwimLane^ SwimLane {
SwimLane^ get ();
void set (SwimLane^ value);
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Decorators",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroMany)>]
[<DomainObjectIdAttribute("040dcec9-25a7-4d7f-8633-9f3e333cdfa6")>]
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
- 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.