LocationReferenceEnvironment.IsVisible(LocationReference) Method

Definition

When overridden in a derived class, determines whether the specified LocationReference is visible in the current scope.

public:
 abstract bool IsVisible(System::Activities::LocationReference ^ locationReference);
public abstract bool IsVisible (System.Activities.LocationReference locationReference);
abstract member IsVisible : System.Activities.LocationReference -> bool
Public MustOverride Function IsVisible (locationReference As LocationReference) As Boolean

Parameters

locationReference
LocationReference

The location to evaluate.

Returns

true if the LocationReference is visible in the current scope; otherwise, false.

Applies to