Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.