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

評価する場所。

戻り値

LocationReference が現在のスコープで見える場合は true。それ以外の場合は false

適用対象