LocationReferenceEnvironment.IsVisible(LocationReference) Метод

Определение

При переопределении в производном классе определяет, отображается ли указанный LocationReference в текущей области.

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

Параметры

locationReference
LocationReference

Расположение для вычисления.

Возвращаемое значение

true LocationReference Значение , если оно отображается в текущей области; в противном случае false.

Применяется к