LinkConnectsToNode::Nodes Property

 

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

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

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