NodeShape.FromRoleLinkShapes Property

Gets a collection of link shapes, in which the shape is the source role.

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

Syntax

'宣言
Public ReadOnly Property FromRoleLinkShapes As ShapeModelingCollection
'使用
Dim instance As NodeShape
Dim value As ShapeModelingCollection

value = instance.FromRoleLinkShapes
public ShapeModelingCollection FromRoleLinkShapes { get; }
public:
property ShapeModelingCollection^ FromRoleLinkShapes {
    ShapeModelingCollection^ get ();
}
public function get FromRoleLinkShapes () : ShapeModelingCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeModelingCollection

A collection of link shapes, in which the shape is the source role.

Permissions

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace