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
'Declaración
<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
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")]
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.