LinkConnectsToNode::Link Property

 

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

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/Link.DisplayName", 
	(CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode/Link.Description", 
	(CoreDesignSurfaceDomainModel^::typeid), "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)]
[DomainObjectIdAttribute("3d7e0e81-a9da-4b24-b385-b008eceaf1c3")]
property LinkShape^ Link {
	virtual LinkShape^ get();
	virtual void set(LinkShape^ value);
}
Return to top
Show: