Share via


LinkConnectsToNode.Link Property

DomainRole Link Description for Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode.Link

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

Syntax

'Declaration
<DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Nodes", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName",  _
    PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy,  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Overridable Property Link As LinkShape
[DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Nodes", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroMany)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public virtual LinkShape Link { get; set; }
[DomainObjectIdAttribute(L"3d7e0e81-a9da-4b24-b385-b008eceaf1c3")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Nodes", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, 
    Multiplicity = Multiplicity::ZeroMany)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public:
virtual property LinkShape^ Link {
    LinkShape^ get ();
    void set (LinkShape^ value);
}
[<DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Nodes", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroMany)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
abstract Link : LinkShape with get, set
[<DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Nodes", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroMany)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
override Link : LinkShape with get, set
function get Link () : LinkShape
function set Link (value : LinkShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape

.NET Framework Security

See Also

Reference

LinkConnectsToNode Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace