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.
DomainRole SubSwimLane Base swimlane of this 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
<DomainObjectIdAttribute("7fc8ce65-5989-45f6-accc-62b47dbe57b6")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Category", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "BaseClass", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagateCopyToLinkOnly, Multiplicity := Multiplicity.ZeroOne)> _
Public Property SubSwimLane As SwimLane
[DomainObjectIdAttribute("7fc8ce65-5989-45f6-accc-62b47dbe57b6")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Category",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "BaseClass", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagateCopyToLinkOnly, Multiplicity = Multiplicity.ZeroOne)]
public SwimLane SubSwimLane { get; set; }
[DomainObjectIdAttribute(L"7fc8ce65-5989-45f6-accc-62b47dbe57b6")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Category",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"BaseClass",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::PropagateCopyToLinkOnly, Multiplicity = Multiplicity::ZeroOne)]
public:
property SwimLane^ SubSwimLane {
SwimLane^ get ();
void set (SwimLane^ value);
}
[<DomainObjectIdAttribute("7fc8ce65-5989-45f6-accc-62b47dbe57b6")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.Category",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "BaseClass", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane/SubSwimLane.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagateCopyToLinkOnly, Multiplicity = Multiplicity.ZeroOne)>]
member SubSwimLane : SwimLane with get, set
function get SubSwimLane () : SwimLane
function set SubSwimLane (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.