LocationReferenceEnvironment.IsVisible(LocationReference) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、指定した 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が現在のスコープに表示されている場合は a0/>。それ以外の場合はfalse。