編集

次の方法で共有


WorkflowView.EnsureVisible(Object) Method

Definition

Ensures that the Object passed is visible, expanding parent objects and scrolling the WorkflowView as necessary.

public:
 void EnsureVisible(System::Object ^ selectableObject);
public void EnsureVisible(object selectableObject);
member this.EnsureVisible : obj -> unit
Public Sub EnsureVisible (selectableObject As Object)

Parameters

selectableObject
Object

The object to make visible.

Exceptions

selectableObject is a null reference (Nothing in Visual Basic).

Remarks

Use EnsureVisible when you are working with an object in the workflow that requires user interface cues. EnsureVisible will expand parent objects and scroll the WorkflowView as necessary to make the object visible on the designer.

Applies to