NodeShape.EnsureGraphLayoutObjectsExist Method
Verifies whether the shape and its child shapes are in the graph wrapper.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Friend Sub EnsureGraphLayoutObjectsExist ( _
shapeElement As ShapeElement _
)
protected internal void EnsureGraphLayoutObjectsExist(
ShapeElement shapeElement
)
protected public:
void EnsureGraphLayoutObjectsExist(
ShapeElement^ shapeElement
)
member EnsureGraphLayoutObjectsExist :
shapeElement:ShapeElement -> unit
function EnsureGraphLayoutObjectsExist(
shapeElement : ShapeElement
)
Parameters
shapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe shape to check.
Remarks
The graph engine determines where shapes are automatically drawn on the diagram.
.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.