Share via


LinkConnectsToNode.Nodes Property

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Link", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("ed297a50-5958-4818-8413-61e6fee339fe")> _
Public Overridable Property Nodes As NodeShape
'Usage
Dim instance As LinkConnectsToNode 
Dim value As NodeShape 

value = instance.Nodes

instance.Nodes = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Link", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("ed297a50-5958-4818-8413-61e6fee339fe")]
public virtual NodeShape Nodes { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"Link", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Nodes.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"ed297a50-5958-4818-8413-61e6fee339fe")]
public:
virtual property NodeShape^ Nodes {
    NodeShape^ get ();
    void set (NodeShape^ value);
}
public function get Nodes () : NodeShape 
public function set Nodes (value : NodeShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape

.NET Framework Security

See Also

Reference

LinkConnectsToNode Class

LinkConnectsToNode Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace