Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether the shape and its child shapes are in the graph wrapper.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.ShapeElement
The 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.