ShapeElement.RelativeChildShapes Property

Gets the list of child shapes that are relatives of the shape.

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

Syntax

'宣言
Public ReadOnly Property RelativeChildShapes As LinkedElementCollection(Of ShapeElement)
'使用
Dim instance As ShapeElement
Dim value As LinkedElementCollection(Of ShapeElement)

value = instance.RelativeChildShapes
public LinkedElementCollection<ShapeElement> RelativeChildShapes { get; }
public:
property LinkedElementCollection<ShapeElement^>^ RelativeChildShapes {
    LinkedElementCollection<ShapeElement^>^ get ();
}
public function get RelativeChildShapes () : LinkedElementCollection<ShapeElement>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ShapeElement>

The list of child shapes that are relatives of the shape.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace