Share via


LinkConnectsToNode.Link Property

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

Syntax

'Declaration
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Nodes", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Overridable Property Link As LinkShape
'Usage
Dim instance As LinkConnectsToNode 
Dim value As LinkShape 

value = instance.Link

instance.Link = value
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Nodes", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public virtual LinkShape Link { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Nodes", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroMany)]
[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")]
[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);
}
public function get Link () : LinkShape 
public function set Link (value : LinkShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape

.NET Framework Security

See Also

Reference

LinkConnectsToNode Class

LinkConnectsToNode Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace