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