ConfigErrorGlyph.GetBounds(ActivityDesigner, Boolean) Methode

Definition

Gibt die Begrenzung für das Symbol auf dem angegebenen ActivityDesigner zurück.

public:
 override System::Drawing::Rectangle GetBounds(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer, bool activated);
public override System.Drawing.Rectangle GetBounds (System.Workflow.ComponentModel.Design.ActivityDesigner designer, bool activated);
override this.GetBounds : System.Workflow.ComponentModel.Design.ActivityDesigner * bool -> System.Drawing.Rectangle
Public Overrides Function GetBounds (designer As ActivityDesigner, activated As Boolean) As Rectangle

Parameter

designer
ActivityDesigner

ActivityDesigner, dem das Symbol zugeordnet ist.

activated
Boolean

true gibt an, dass das Symbol auf der Aktivitätsdesigneroberfläche angezeigt wird, andernfalls false.

Gibt zurück

Rectangle

Rectangle, das die Begrenzung für das Symbol darstellt.

Ausnahmen

designer enthält einen NULL-Verweis (Nothing in Visual Basic).

Gilt für