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
- 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.